Html Css Color HEX #306CEE Royal Blue

📋 copy color: '#306CEE'

red 48 ◦ green 108 ◦ blue 238

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

Shades of Royal Blue #306CEE

Tints of Royal Blue #306CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 60.41%

R = 12.18%
G = 27.41%
B = 60.41%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#306CEE (or 0x306CEE) is known color: Royal Blue. HEX triplet: 30, 6C and EE. RGB value is (48,108,238). Sum of RGB (Red+Green+Blue) = 48+108+238=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #306CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306CEE is #CF9311. Grayscale: #686868. Windows color (decimal): -13603602 or 15625264. OLE color: 15625264.

HSL color Cylindrical-coordinate representation of color #306CEE: hue angle of 221.05º degrees, saturation: 0.85, 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 #306CEE is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 108 238 -
CMYK 0.80 0.55 0 0.07
HSL 221.05º 0.85% 0.56% -
HSV(B) 221.05º 0.8% 0.93% -
XYZ 22.01 17.53 83.11 -
YUV 104.88 203.12 87.43 -
System Red Green Blue C M Y K H S L
Decimal 48 108 238 0.80 0.55 0 0.07 221.05 0.85 0.56
Hex 30 6C EE 50 37 0 7 DD 55 38
Octal 60 154 356 120 67 0 7 335 125 70
Binary 110000 1101100 11101110 1010000 110111 0 111 11011101 1010101 111000

Color Harmonies of #306CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306CEE

Black with #306CEE

Text Example


Text Example

White with #306CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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