Html Css Color HEX #306EEA Royal Blue

📋 copy color: '#306EEA'

red 48 ◦ green 110 ◦ blue 234

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

Shades of Royal Blue #306EEA

Tints of Royal Blue #306EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.69%

R = 12.24%
G = 28.06%
B = 59.69%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#306EEA (or 0x306EEA) is known color: Royal Blue. HEX triplet: 30, 6E and EA. RGB value is (48,110,234). Sum of RGB (Red+Green+Blue) = 48+110+234=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #306EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306EEA is #CF9115. Grayscale: #696969. Windows color (decimal): -13603094 or 15363632. OLE color: 15363632.

HSL color Cylindrical-coordinate representation of color #306EEA: hue angle of 220º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #306EEA is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 110 234 -
CMYK 0.79 0.53 0 0.08
HSL 220º 0.82% 0.55% -
HSV(B) 220º 0.79% 0.92% -
XYZ 21.65 17.72 80.12 -
YUV 105.6 200.46 86.92 -
System Red Green Blue C M Y K H S L
Decimal 48 110 234 0.79 0.53 0 0.08 220 0.82 0.55
Hex 30 6E EA 4F 35 0 8 DC 52 37
Octal 60 156 352 117 65 0 10 334 122 67
Binary 110000 1101110 11101010 1001111 110101 0 1000 11011100 1010010 110111

Color Harmonies of #306EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306EEA

Black with #306EEA

Text Example


Text Example

White with #306EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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