Html Css Color HEX #2470DB Royal Blue

📋 copy color: '#2470DB'

red 36 ◦ green 112 ◦ blue 219

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

Shades of Royal Blue #2470DB

Tints of Royal Blue #2470DB

RGB

 RED value IS 36 (14.45% from 255) = 9.81%

 GREEN value IS 112 (44.14% from 255) = 30.52%

 BLUE value IS 219 (85.94% from 255) = 59.67%

R = 9.81%
G = 30.52%
B = 59.67%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2470DB (or 0x2470DB) is known color: Royal Blue. HEX triplet: 24, 70 and DB. RGB value is (36,112,219). Sum of RGB (Red+Green+Blue) = 36+112+219=367 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.81% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #2470DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2470DB is #DB8F24. Grayscale: #646464. Windows color (decimal): -14389029 or 14381092. OLE color: 14381092.

HSL color Cylindrical-coordinate representation of color #2470DB: hue angle of 215.08º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2470DB is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 112 219 -
CMYK 0.84 0.49 0 0.14
HSL 215.08º 0.72% 0.5% -
HSV(B) 215.08º 0.84% 0.86% -
XYZ 19.31 17.08 69.3 -
YUV 101.47 194.32 81.3 -
System Red Green Blue C M Y K H S L
Decimal 36 112 219 0.84 0.49 0 0.14 215.08 0.72 0.5
Hex 24 70 DB 54 31 0 E D7 48 32
Octal 44 160 333 124 61 0 16 327 110 62
Binary 100100 1110000 11011011 1010100 110001 0 1110 11010111 1001000 110010

Color Harmonies of #2470DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2470DB

Black with #2470DB

Text Example


Text Example

White with #2470DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2470DB; }

 p { color: rgb(36,112,219); }

 H1.HeaderClassName
 {
   color: #2470DB;
 }
 .AnyTagClassName
 {
   color: #2470DB;
 }
</style>

background-color css

<style>
 a { background-color: #2470DB; }

 a { background-color: rgb(36,112,219); }

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

border-color css

<style>
 span { border-color: #2470DB; }

 span { border-color: rgb(36,112,219); }

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