Html Css Color HEX #306EED Royal Blue

📋 copy color: '#306EED'

red 48 ◦ green 110 ◦ blue 237

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

Shades of Royal Blue #306EED

Tints of Royal Blue #306EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60%

R = 12.15%
G = 27.85%
B = 60%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#306EED (or 0x306EED) is known color: Royal Blue. HEX triplet: 30, 6E and ED. RGB value is (48,110,237). Sum of RGB (Red+Green+Blue) = 48+110+237=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #306EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306EED is #CF9112. Grayscale: #696969. Windows color (decimal): -13603091 or 15560240. OLE color: 15560240.

HSL color Cylindrical-coordinate representation of color #306EED: hue angle of 220.32º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #306EED is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 110 237 -
CMYK 0.80 0.54 0 0.07
HSL 220.32º 0.84% 0.56% -
HSV(B) 220.32º 0.8% 0.93% -
XYZ 22.08 17.89 82.41 -
YUV 105.94 201.96 86.67 -
System Red Green Blue C M Y K H S L
Decimal 48 110 237 0.80 0.54 0 0.07 220.32 0.84 0.56
Hex 30 6E ED 50 36 0 7 DC 54 38
Octal 60 156 355 120 66 0 7 334 124 70
Binary 110000 1101110 11101101 1010000 110110 0 111 11011100 1010100 111000

Color Harmonies of #306EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306EED

Black with #306EED

Text Example


Text Example

White with #306EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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