Html Css Color HEX #306AF1 Royal Blue

📋 copy color: '#306AF1'

red 48 ◦ green 106 ◦ blue 241

#306AF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #306AF1

Tints of Royal Blue #306AF1

RGB

 RED value IS 48 (19.14% from 255) = 12.15%

 GREEN value IS 106 (41.8% from 255) = 26.84%

 BLUE value IS 241 (94.53% from 255) = 61.01%

R = 12.15%
G = 26.84%
B = 61.01%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#306AF1 (or 0x306AF1) is known color: Royal Blue. HEX triplet: 30, 6A and F1. RGB value is (48,106,241). Sum of RGB (Red+Green+Blue) = 48+106+241=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 241 (94.53% from 255 or 61.01% from 395); Max value from RGB is 241 - color contains mainly: blue. Hex color #306AF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306AF1 is #CF950E. Grayscale: #676767. Windows color (decimal): -13604111 or 15821360. OLE color: 15821360.

HSL color Cylindrical-coordinate representation of color #306AF1: hue angle of 221.97º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #306AF1 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 106 241 -
CMYK 0.80 0.56 0 0.05
HSL 221.97º 0.87% 0.57% -
HSV(B) 221.97º 0.8% 0.95% -
XYZ 22.25 17.29 85.38 -
YUV 104.05 205.28 88.02 -
System Red Green Blue C M Y K H S L
Decimal 48 106 241 0.80 0.56 0 0.05 221.97 0.87 0.57
Hex 30 6A F1 50 38 0 5 DE 57 39
Octal 60 152 361 120 70 0 5 336 127 71
Binary 110000 1101010 11110001 1010000 111000 0 101 11011110 1010111 111001

Color Harmonies of #306AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306AF1

Black with #306AF1

Text Example


Text Example

White with #306AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306AF1; }

 p { color: rgb(48,106,241); }

 H1.HeaderClassName
 {
   color: #306AF1;
 }
 .AnyTagClassName
 {
   color: #306AF1;
 }
</style>

background-color css

<style>
 a { background-color: #306AF1; }

 a { background-color: rgb(48,106,241); }

 div.DivClassName
 {
   background-color: #306AF1;
 }
 .BgClassName
 {
   background-color: #306AF1;
 }
</style>

border-color css

<style>
 span { border-color: #306AF1; }

 span { border-color: rgb(48,106,241); }

 td.TdClassName
 {
   border-color: #306AF1;
 }
 .TagClassName
 {
   border-color: #306AF1;
 }
</style>