Html Css Color HEX #2445E9 Cerulean Blue

📋 copy color: '#2445E9'

red 36 ◦ green 69 ◦ blue 233

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

Shades of Cerulean Blue #2445E9

Tints of Cerulean Blue #2445E9

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.41%

 BLUE value IS 233 (91.41% from 255) = 68.93%

R = 10.65%
G = 20.41%
B = 68.93%

CMYK

 C value IS 0.85

 M value IS 0.70

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2445E9 (or 0x2445E9) is known color: Cerulean Blue. HEX triplet: 24, 45 and E9. RGB value is (36,69,233). Sum of RGB (Red+Green+Blue) = 36+69+233=338 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.65% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 233 (91.41% from 255 or 68.93% from 338); Max value from RGB is 233 - color contains mainly: blue. Hex color #2445E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2445E9 is #DBBA16. Grayscale: #4D4D4D. Windows color (decimal): -14400023 or 15287588. OLE color: 15287588.

HSL color Cylindrical-coordinate representation of color #2445E9: hue angle of 229.95º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2445E9 is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 36 69 233 -
CMYK 0.85 0.70 0 0.09
HSL 229.95º 0.82% 0.53% -
HSV(B) 229.95º 0.85% 0.91% -
XYZ 17.56 10.51 78.19 -
YUV 77.83 215.57 98.16 -
System Red Green Blue C M Y K H S L
Decimal 36 69 233 0.85 0.70 0 0.09 229.95 0.82 0.53
Hex 24 45 E9 55 46 0 9 E6 52 35
Octal 44 105 351 125 106 0 11 346 122 65
Binary 100100 1000101 11101001 1010101 1000110 0 1001 11100110 1010010 110101

Color Harmonies of #2445E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2445E9

Black with #2445E9

Text Example


Text Example

White with #2445E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2445E9; }

 p { color: rgb(36,69,233); }

 H1.HeaderClassName
 {
   color: #2445E9;
 }
 .AnyTagClassName
 {
   color: #2445E9;
 }
</style>

background-color css

<style>
 a { background-color: #2445E9; }

 a { background-color: rgb(36,69,233); }

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

border-color css

<style>
 span { border-color: #2445E9; }

 span { border-color: rgb(36,69,233); }

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