Html Css Color HEX #2472EA Royal Blue

📋 copy color: '#2472EA'

red 36 ◦ green 114 ◦ blue 234

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

Shades of Royal Blue #2472EA

Tints of Royal Blue #2472EA

RGB

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

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

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

R = 9.38%
G = 29.69%
B = 60.94%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2472EA (or 0x2472EA) is known color: Royal Blue. HEX triplet: 24, 72 and EA. RGB value is (36,114,234). Sum of RGB (Red+Green+Blue) = 36+114+234=384 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.38% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #2472EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2472EA is #DB8D15. Grayscale: #676767. Windows color (decimal): -14388502 or 15364644. OLE color: 15364644.

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

Color convert

RGB 36 114 234 -
CMYK 0.85 0.51 0 0.08
HSL 216.36º 0.83% 0.53% -
HSV(B) 216.36º 0.85% 0.92% -
XYZ 21.6 18.35 80.25 -
YUV 104.36 201.16 79.24 -
System Red Green Blue C M Y K H S L
Decimal 36 114 234 0.85 0.51 0 0.08 216.36 0.83 0.53
Hex 24 72 EA 55 33 0 8 D8 52 35
Octal 44 162 352 125 63 0 10 330 122 65
Binary 100100 1110010 11101010 1010101 110011 0 1000 11011000 1010010 110101

Color Harmonies of #2472EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2472EA

Black with #2472EA

Text Example


Text Example

White with #2472EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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