Html Css Color HEX #306FDF Royal Blue

📋 copy color: '#306FDF'

red 48 ◦ green 111 ◦ blue 223

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

Shades of Royal Blue #306FDF

Tints of Royal Blue #306FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.06%

 BLUE value IS 223 (87.5% from 255) = 58.38%

R = 12.57%
G = 29.06%
B = 58.38%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#306FDF (or 0x306FDF) is known color: Royal Blue. HEX triplet: 30, 6F and DF. RGB value is (48,111,223). Sum of RGB (Red+Green+Blue) = 48+111+223=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #306FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306FDF is #CF9020. Grayscale: #686868. Windows color (decimal): -13602849 or 14642992. OLE color: 14642992.

HSL color Cylindrical-coordinate representation of color #306FDF: hue angle of 218.4º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #306FDF is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 111 223 -
CMYK 0.78 0.50 0 0.13
HSL 218.4º 0.73% 0.53% -
HSV(B) 218.4º 0.78% 0.87% -
XYZ 20.22 17.32 72.09 -
YUV 104.93 194.63 87.39 -
System Red Green Blue C M Y K H S L
Decimal 48 111 223 0.78 0.50 0 0.13 218.4 0.73 0.53
Hex 30 6F DF 4E 32 0 D DA 49 35
Octal 60 157 337 116 62 0 15 332 111 65
Binary 110000 1101111 11011111 1001110 110010 0 1101 11011010 1001001 110101

Color Harmonies of #306FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306FDF

Black with #306FDF

Text Example


Text Example

White with #306FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,111,223); }

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

background-color css

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

 a { background-color: rgb(48,111,223); }

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

border-color css

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

 span { border-color: rgb(48,111,223); }

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