Html Css Color HEX #2555DB Cerulean Blue

📋 copy color: '#2555DB'

red 37 ◦ green 85 ◦ blue 219

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

Shades of Cerulean Blue #2555DB

Tints of Cerulean Blue #2555DB

RGB

 RED value IS 37 (14.84% from 255) = 10.85%

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

 BLUE value IS 219 (85.94% from 255) = 64.22%

R = 10.85%
G = 24.93%
B = 64.22%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2555DB (or 0x2555DB) is known color: Cerulean Blue. HEX triplet: 25, 55 and DB. RGB value is (37,85,219). Sum of RGB (Red+Green+Blue) = 37+85+219=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #2555DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2555DB is #DAAA24. Grayscale: #555555. Windows color (decimal): -14330405 or 14374181. OLE color: 14374181.

HSL color Cylindrical-coordinate representation of color #2555DB: hue angle of 224.18º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2555DB is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 85 219 -
CMYK 0.83 0.61 0 0.14
HSL 224.18º 0.72% 0.5% -
HSV(B) 224.18º 0.83% 0.86% -
XYZ 16.8 12 68.45 -
YUV 85.92 203.1 93.1 -
System Red Green Blue C M Y K H S L
Decimal 37 85 219 0.83 0.61 0 0.14 224.18 0.72 0.5
Hex 25 55 DB 53 3D 0 E E0 48 32
Octal 45 125 333 123 75 0 16 340 110 62
Binary 100101 1010101 11011011 1010011 111101 0 1110 11100000 1001000 110010

Color Harmonies of #2555DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2555DB

Black with #2555DB

Text Example


Text Example

White with #2555DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2555DB; }

 p { color: rgb(37,85,219); }

 H1.HeaderClassName
 {
   color: #2555DB;
 }
 .AnyTagClassName
 {
   color: #2555DB;
 }
</style>

background-color css

<style>
 a { background-color: #2555DB; }

 a { background-color: rgb(37,85,219); }

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

border-color css

<style>
 span { border-color: #2555DB; }

 span { border-color: rgb(37,85,219); }

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