Html Css Color HEX #306ED8 Royal Blue

📋 copy color: '#306ED8'

red 48 ◦ green 110 ◦ blue 216

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

Shades of Royal Blue #306ED8

Tints of Royal Blue #306ED8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.41%

 BLUE value IS 216 (84.77% from 255) = 57.75%

R = 12.83%
G = 29.41%
B = 57.75%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#306ED8 (or 0x306ED8) is known color: Royal Blue. HEX triplet: 30, 6E and D8. RGB value is (48,110,216). Sum of RGB (Red+Green+Blue) = 48+110+216=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 216 (84.77% from 255 or 57.75% from 374); Max value from RGB is 216 - color contains mainly: blue. Hex color #306ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306ED8 is #CF9127. Grayscale: #676767. Windows color (decimal): -13603112 or 14183984. OLE color: 14183984.

HSL color Cylindrical-coordinate representation of color #306ED8: hue angle of 217.86º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #306ED8 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 110 216 -
CMYK 0.78 0.49 0 0.15
HSL 217.86º 0.68% 0.52% -
HSV(B) 217.86º 0.78% 0.85% -
XYZ 19.19 16.74 67.19 -
YUV 103.55 191.46 88.38 -
System Red Green Blue C M Y K H S L
Decimal 48 110 216 0.78 0.49 0 0.15 217.86 0.68 0.52
Hex 30 6E D8 4E 31 0 F DA 44 34
Octal 60 156 330 116 61 0 17 332 104 64
Binary 110000 1101110 11011000 1001110 110001 0 1111 11011010 1000100 110100

Color Harmonies of #306ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306ED8

Black with #306ED8

Text Example


Text Example

White with #306ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,110,216); }

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

background-color css

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

 a { background-color: rgb(48,110,216); }

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

border-color css

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

 span { border-color: rgb(48,110,216); }

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