Html Css Color HEX #2452EE Royal Blue

📋 copy color: '#2452EE'

red 36 ◦ green 82 ◦ blue 238

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

Shades of Royal Blue #2452EE

Tints of Royal Blue #2452EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 66.85%

R = 10.11%
G = 23.03%
B = 66.85%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2452EE (or 0x2452EE) is known color: Royal Blue. HEX triplet: 24, 52 and EE. RGB value is (36,82,238). Sum of RGB (Red+Green+Blue) = 36+82+238=356 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.11% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #2452EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2452EE is #DBAD11. Grayscale: #555555. Windows color (decimal): -14396690 or 15618596. OLE color: 15618596.

HSL color Cylindrical-coordinate representation of color #2452EE: hue angle of 226.34º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2452EE is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 82 238 -
CMYK 0.85 0.66 0 0.07
HSL 226.34º 0.86% 0.54% -
HSV(B) 226.34º 0.85% 0.93% -
XYZ 19.18 12.58 82.31 -
YUV 86.03 213.76 92.32 -
System Red Green Blue C M Y K H S L
Decimal 36 82 238 0.85 0.66 0 0.07 226.34 0.86 0.54
Hex 24 52 EE 55 42 0 7 E2 56 36
Octal 44 122 356 125 102 0 7 342 126 66
Binary 100100 1010010 11101110 1010101 1000010 0 111 11100010 1010110 110110

Color Harmonies of #2452EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2452EE

Black with #2452EE

Text Example


Text Example

White with #2452EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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