Html Css Color HEX #2452DE Cerulean Blue

📋 copy color: '#2452DE'

red 36 ◦ green 82 ◦ blue 222

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

Shades of Cerulean Blue #2452DE

Tints of Cerulean Blue #2452DE

RGB

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

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

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

R = 10.59%
G = 24.12%
B = 65.29%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2452DE (or 0x2452DE) is known color: Cerulean Blue. HEX triplet: 24, 52 and DE. RGB value is (36,82,222). Sum of RGB (Red+Green+Blue) = 36+82+222=340 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.59% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 222 (87.11% from 255 or 65.29% from 340); Max value from RGB is 222 - color contains mainly: blue. Hex color #2452DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2452DE is #DBAD21. Grayscale: #535353. Windows color (decimal): -14396706 or 14570020. OLE color: 14570020.

HSL color Cylindrical-coordinate representation of color #2452DE: hue angle of 225.16º 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 #2452DE is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 82 222 -
CMYK 0.84 0.63 0 0.13
HSL 225.16º 0.74% 0.51% -
HSV(B) 225.16º 0.84% 0.87% -
XYZ 16.93 11.68 70.47 -
YUV 84.21 205.76 93.62 -
System Red Green Blue C M Y K H S L
Decimal 36 82 222 0.84 0.63 0 0.13 225.16 0.74 0.51
Hex 24 52 DE 54 3F 0 D E1 4A 33
Octal 44 122 336 124 77 0 15 341 112 63
Binary 100100 1010010 11011110 1010100 111111 0 1101 11100001 1001010 110011

Color Harmonies of #2452DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2452DE

Black with #2452DE

Text Example


Text Example

White with #2452DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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