Html Css Color HEX #2472DE Royal Blue

📋 copy color: '#2472DE'

red 36 ◦ green 114 ◦ blue 222

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

Shades of Royal Blue #2472DE

Tints of Royal Blue #2472DE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.65%

 BLUE value IS 222 (87.11% from 255) = 59.68%

R = 9.68%
G = 30.65%
B = 59.68%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2472DE (or 0x2472DE) is known color: Royal Blue. HEX triplet: 24, 72 and DE. RGB value is (36,114,222). Sum of RGB (Red+Green+Blue) = 36+114+222=372 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.68% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #2472DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2472DE is #DB8D21. Grayscale: #666666. Windows color (decimal): -14388514 or 14578212. OLE color: 14578212.

HSL color Cylindrical-coordinate representation of color #2472DE: hue angle of 214.84º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2472DE is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 114 222 -
CMYK 0.84 0.49 0 0.13
HSL 214.84º 0.74% 0.51% -
HSV(B) 214.84º 0.84% 0.87% -
XYZ 19.93 17.68 71.47 -
YUV 102.99 195.16 80.22 -
System Red Green Blue C M Y K H S L
Decimal 36 114 222 0.84 0.49 0 0.13 214.84 0.74 0.51
Hex 24 72 DE 54 31 0 D D7 4A 33
Octal 44 162 336 124 61 0 15 327 112 63
Binary 100100 1110010 11011110 1010100 110001 0 1101 11010111 1001010 110011

Color Harmonies of #2472DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2472DE

Black with #2472DE

Text Example


Text Example

White with #2472DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2472DE; }

 p { color: rgb(36,114,222); }

 H1.HeaderClassName
 {
   color: #2472DE;
 }
 .AnyTagClassName
 {
   color: #2472DE;
 }
</style>

background-color css

<style>
 a { background-color: #2472DE; }

 a { background-color: rgb(36,114,222); }

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

border-color css

<style>
 span { border-color: #2472DE; }

 span { border-color: rgb(36,114,222); }

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