Html Css Color HEX #2455DF Cerulean Blue

📋 copy color: '#2455DF'

red 36 ◦ green 85 ◦ blue 223

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

Shades of Cerulean Blue #2455DF

Tints of Cerulean Blue #2455DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.71%

 BLUE value IS 223 (87.5% from 255) = 64.83%

R = 10.47%
G = 24.71%
B = 64.83%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2455DF (or 0x2455DF) is known color: Cerulean Blue. HEX triplet: 24, 55 and DF. RGB value is (36,85,223). Sum of RGB (Red+Green+Blue) = 36+85+223=344 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.47% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #2455DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2455DF is #DBAA20. Grayscale: #555555. Windows color (decimal): -14395937 or 14636324. OLE color: 14636324.

HSL color Cylindrical-coordinate representation of color #2455DF: hue angle of 224.28º degrees, saturation: 0.75, 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 #2455DF is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 85 223 -
CMYK 0.84 0.62 0 0.13
HSL 224.28º 0.75% 0.51% -
HSV(B) 224.28º 0.84% 0.87% -
XYZ 17.3 12.2 71.26 -
YUV 86.08 205.27 92.28 -
System Red Green Blue C M Y K H S L
Decimal 36 85 223 0.84 0.62 0 0.13 224.28 0.75 0.51
Hex 24 55 DF 54 3E 0 D E0 4B 33
Octal 44 125 337 124 76 0 15 340 113 63
Binary 100100 1010101 11011111 1010100 111110 0 1101 11100000 1001011 110011

Color Harmonies of #2455DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2455DF

Black with #2455DF

Text Example


Text Example

White with #2455DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2455DF; }

 p { color: rgb(36,85,223); }

 H1.HeaderClassName
 {
   color: #2455DF;
 }
 .AnyTagClassName
 {
   color: #2455DF;
 }
</style>

background-color css

<style>
 a { background-color: #2455DF; }

 a { background-color: rgb(36,85,223); }

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

border-color css

<style>
 span { border-color: #2455DF; }

 span { border-color: rgb(36,85,223); }

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