Html Css Color HEX #306DEA Royal Blue

📋 copy color: '#306DEA'

red 48 ◦ green 109 ◦ blue 234

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

Shades of Royal Blue #306DEA

Tints of Royal Blue #306DEA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.88%

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

R = 12.28%
G = 27.88%
B = 59.85%

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

#306DEA (or 0x306DEA) is known color: Royal Blue. HEX triplet: 30, 6D and EA. RGB value is (48,109,234). Sum of RGB (Red+Green+Blue) = 48+109+234=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #306DEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306DEA is #CF9215. Grayscale: #686868. Windows color (decimal): -13603350 or 15363376. OLE color: 15363376.

HSL color Cylindrical-coordinate representation of color #306DEA: hue angle of 220.32º 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 #306DEA is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 109 234 -
CMYK 0.79 0.53 0 0.08
HSL 220.32º 0.82% 0.55% -
HSV(B) 220.32º 0.79% 0.92% -
XYZ 21.54 17.51 80.09 -
YUV 105.01 200.79 87.34 -
System Red Green Blue C M Y K H S L
Decimal 48 109 234 0.79 0.53 0 0.08 220.32 0.82 0.55
Hex 30 6D EA 4F 35 0 8 DC 52 37
Octal 60 155 352 117 65 0 10 334 122 67
Binary 110000 1101101 11101010 1001111 110101 0 1000 11011100 1010010 110111

Color Harmonies of #306DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306DEA

Black with #306DEA

Text Example


Text Example

White with #306DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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