Html Css Color HEX #2452EA Royal Blue

📋 copy color: '#2452EA'

red 36 ◦ green 82 ◦ blue 234

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

Shades of Royal Blue #2452EA

Tints of Royal Blue #2452EA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.3%

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

R = 10.23%
G = 23.3%
B = 66.48%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2452EA (or 0x2452EA) is known color: Royal Blue. HEX triplet: 24, 52 and EA. RGB value is (36,82,234). Sum of RGB (Red+Green+Blue) = 36+82+234=352 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.23% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 234 (91.80% from 255 or 66.48% from 352); Max value from RGB is 234 - color contains mainly: blue. Hex color #2452EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2452EA is #DBAD15. Grayscale: #545454. Windows color (decimal): -14396694 or 15356452. OLE color: 15356452.

HSL color Cylindrical-coordinate representation of color #2452EA: hue angle of 226.06º 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 #2452EA is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 82 234 -
CMYK 0.85 0.65 0 0.08
HSL 226.06º 0.83% 0.53% -
HSV(B) 226.06º 0.85% 0.92% -
XYZ 18.6 12.35 79.25 -
YUV 85.57 211.76 92.64 -
System Red Green Blue C M Y K H S L
Decimal 36 82 234 0.85 0.65 0 0.08 226.06 0.83 0.53
Hex 24 52 EA 55 41 0 8 E2 52 35
Octal 44 122 352 125 101 0 10 342 122 65
Binary 100100 1010010 11101010 1010101 1000001 0 1000 11100010 1010010 110101

Color Harmonies of #2452EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2452EA

Black with #2452EA

Text Example


Text Example

White with #2452EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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