Html Css Color HEX #2455BC Cerulean Blue

📋 copy color: '#2455BC'

red 36 ◦ green 85 ◦ blue 188

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

Shades of Cerulean Blue #2455BC

Tints of Cerulean Blue #2455BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.84%

R = 11.65%
G = 27.51%
B = 60.84%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2455BC (or 0x2455BC) is known color: Cerulean Blue. HEX triplet: 24, 55 and BC. RGB value is (36,85,188). Sum of RGB (Red+Green+Blue) = 36+85+188=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #2455BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2455BC is #DBAA43. Grayscale: #515151. Windows color (decimal): -14395972 or 12342564. OLE color: 12342564.

HSL color Cylindrical-coordinate representation of color #2455BC: hue angle of 220.66º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2455BC is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 85 188 -
CMYK 0.81 0.55 0 0.26
HSL 220.66º 0.68% 0.44% -
HSV(B) 220.66º 0.81% 0.74% -
XYZ 13.05 10.5 48.92 -
YUV 82.09 187.77 95.12 -
System Red Green Blue C M Y K H S L
Decimal 36 85 188 0.81 0.55 0 0.26 220.66 0.68 0.44
Hex 24 55 BC 51 37 0 1A DD 44 2C
Octal 44 125 274 121 67 0 32 335 104 54
Binary 100100 1010101 10111100 1010001 110111 0 11010 11011101 1000100 101100

Color Harmonies of #2455BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2455BC

Black with #2455BC

Text Example


Text Example

White with #2455BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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