Html Css Color HEX #2455D3 Cerulean Blue

📋 copy color: '#2455D3'

red 36 ◦ green 85 ◦ blue 211

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

Shades of Cerulean Blue #2455D3

Tints of Cerulean Blue #2455D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 63.55%

R = 10.84%
G = 25.6%
B = 63.55%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#2455D3 (or 0x2455D3) is known color: Cerulean Blue. HEX triplet: 24, 55 and D3. RGB value is (36,85,211). Sum of RGB (Red+Green+Blue) = 36+85+211=332 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.84% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 211 (82.81% from 255 or 63.55% from 332); Max value from RGB is 211 - color contains mainly: blue. Hex color #2455D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2455D3 is #DBAA2C. Grayscale: #545454. Windows color (decimal): -14395949 or 13849892. OLE color: 13849892.

HSL color Cylindrical-coordinate representation of color #2455D3: hue angle of 223.2º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2455D3 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 36 85 211 -
CMYK 0.83 0.60 0 0.17
HSL 223.2º 0.71% 0.48% -
HSV(B) 223.2º 0.83% 0.83% -
XYZ 15.73 11.58 63.03 -
YUV 84.71 199.27 93.25 -
System Red Green Blue C M Y K H S L
Decimal 36 85 211 0.83 0.60 0 0.17 223.2 0.71 0.48
Hex 24 55 D3 53 3C 0 11 DF 47 30
Octal 44 125 323 123 74 0 21 337 107 60
Binary 100100 1010101 11010011 1010011 111100 0 10001 11011111 1000111 110000

Color Harmonies of #2455D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2455D3

Black with #2455D3

Text Example


Text Example

White with #2455D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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