Html Css Color HEX #2472E9 Royal Blue

📋 copy color: '#2472E9'

red 36 ◦ green 114 ◦ blue 233

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

Shades of Royal Blue #2472E9

Tints of Royal Blue #2472E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 60.84%

R = 9.4%
G = 29.77%
B = 60.84%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2472E9 (or 0x2472E9) is known color: Royal Blue. HEX triplet: 24, 72 and E9. RGB value is (36,114,233). Sum of RGB (Red+Green+Blue) = 36+114+233=383 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.40% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 233 (91.41% from 255 or 60.84% from 383); Max value from RGB is 233 - color contains mainly: blue. Hex color #2472E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2472E9 is #DB8D16. Grayscale: #676767. Windows color (decimal): -14388503 or 15299108. OLE color: 15299108.

HSL color Cylindrical-coordinate representation of color #2472E9: hue angle of 216.24º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2472E9 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 36 114 233 -
CMYK 0.85 0.51 0 0.09
HSL 216.24º 0.82% 0.53% -
HSV(B) 216.24º 0.85% 0.91% -
XYZ 21.45 18.29 79.49 -
YUV 104.24 200.66 79.32 -
System Red Green Blue C M Y K H S L
Decimal 36 114 233 0.85 0.51 0 0.09 216.24 0.82 0.53
Hex 24 72 E9 55 33 0 9 D8 52 35
Octal 44 162 351 125 63 0 11 330 122 65
Binary 100100 1110010 11101001 1010101 110011 0 1001 11011000 1010010 110101

Color Harmonies of #2472E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2472E9

Black with #2472E9

Text Example


Text Example

White with #2472E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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