Html Css Color HEX #306FD0 Royal Blue

📋 copy color: '#306FD0'

red 48 ◦ green 111 ◦ blue 208

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

Shades of Royal Blue #306FD0

Tints of Royal Blue #306FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 56.68%

R = 13.08%
G = 30.25%
B = 56.68%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#306FD0 (or 0x306FD0) is known color: Royal Blue. HEX triplet: 30, 6F and D0. RGB value is (48,111,208). Sum of RGB (Red+Green+Blue) = 48+111+208=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 208 (81.64% from 255 or 56.68% from 367); Max value from RGB is 208 - color contains mainly: blue. Hex color #306FD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306FD0 is #CF902F. Grayscale: #666666. Windows color (decimal): -13602864 or 13659952. OLE color: 13659952.

HSL color Cylindrical-coordinate representation of color #306FD0: hue angle of 216.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #306FD0 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 111 208 -
CMYK 0.77 0.47 0 0.18
HSL 216.38º 0.63% 0.5% -
HSV(B) 216.38º 0.77% 0.82% -
XYZ 18.29 16.55 61.91 -
YUV 103.22 187.13 88.61 -
System Red Green Blue C M Y K H S L
Decimal 48 111 208 0.77 0.47 0 0.18 216.38 0.63 0.5
Hex 30 6F D0 4D 2F 0 12 D8 3F 32
Octal 60 157 320 115 57 0 22 330 77 62
Binary 110000 1101111 11010000 1001101 101111 0 10010 11011000 111111 110010

Color Harmonies of #306FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306FD0

Black with #306FD0

Text Example


Text Example

White with #306FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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