Html Css Color HEX #306CEF Royal Blue

📋 copy color: '#306CEF'

red 48 ◦ green 108 ◦ blue 239

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

Shades of Royal Blue #306CEF

Tints of Royal Blue #306CEF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.34%

 BLUE value IS 239 (93.75% from 255) = 60.51%

R = 12.15%
G = 27.34%
B = 60.51%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#306CEF (or 0x306CEF) is known color: Royal Blue. HEX triplet: 30, 6C and EF. RGB value is (48,108,239). Sum of RGB (Red+Green+Blue) = 48+108+239=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #306CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306CEF is #CF9310. Grayscale: #686868. Windows color (decimal): -13603601 or 15690800. OLE color: 15690800.

HSL color Cylindrical-coordinate representation of color #306CEF: hue angle of 221.15º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #306CEF is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 108 239 -
CMYK 0.80 0.55 0 0.06
HSL 221.15º 0.86% 0.56% -
HSV(B) 221.15º 0.8% 0.94% -
XYZ 22.16 17.59 83.89 -
YUV 104.99 203.62 87.35 -
System Red Green Blue C M Y K H S L
Decimal 48 108 239 0.80 0.55 0 0.06 221.15 0.86 0.56
Hex 30 6C EF 50 37 0 6 DD 56 38
Octal 60 154 357 120 67 0 6 335 126 70
Binary 110000 1101100 11101111 1010000 110111 0 110 11011101 1010110 111000

Color Harmonies of #306CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306CEF

Black with #306CEF

Text Example


Text Example

White with #306CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,108,239); }

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

background-color css

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

 a { background-color: rgb(48,108,239); }

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

border-color css

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

 span { border-color: rgb(48,108,239); }

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