Html Css Color HEX #2452D1 Cerulean Blue

📋 copy color: '#2452D1'

red 36 ◦ green 82 ◦ blue 209

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

Shades of Cerulean Blue #2452D1

Tints of Cerulean Blue #2452D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 63.91%

R = 11.01%
G = 25.08%
B = 63.91%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2452D1 (or 0x2452D1) is known color: Cerulean Blue. HEX triplet: 24, 52 and D1. RGB value is (36,82,209). Sum of RGB (Red+Green+Blue) = 36+82+209=327 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.01% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 209 (82.03% from 255 or 63.91% from 327); Max value from RGB is 209 - color contains mainly: blue. Hex color #2452D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2452D1 is #DBAD2E. Grayscale: #525252. Windows color (decimal): -14396719 or 13718052. OLE color: 13718052.

HSL color Cylindrical-coordinate representation of color #2452D1: hue angle of 224.05º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2452D1 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 36 82 209 -
CMYK 0.83 0.61 0 0.18
HSL 224.05º 0.71% 0.48% -
HSV(B) 224.05º 0.83% 0.82% -
XYZ 15.25 11.01 61.64 -
YUV 82.72 199.26 94.67 -
System Red Green Blue C M Y K H S L
Decimal 36 82 209 0.83 0.61 0 0.18 224.05 0.71 0.48
Hex 24 52 D1 53 3D 0 12 E0 47 30
Octal 44 122 321 123 75 0 22 340 107 60
Binary 100100 1010010 11010001 1010011 111101 0 10010 11100000 1000111 110000

Color Harmonies of #2452D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2452D1

Black with #2452D1

Text Example


Text Example

White with #2452D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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