Html Css Color HEX #2555BE Cerulean Blue

📋 copy color: '#2555BE'

red 37 ◦ green 85 ◦ blue 190

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

Shades of Cerulean Blue #2555BE

Tints of Cerulean Blue #2555BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.9%

R = 11.86%
G = 27.24%
B = 60.9%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2555BE (or 0x2555BE) is known color: Cerulean Blue. HEX triplet: 25, 55 and BE. RGB value is (37,85,190). Sum of RGB (Red+Green+Blue) = 37+85+190=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #2555BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2555BE is #DAAA41. Grayscale: #525252. Windows color (decimal): -14330434 or 12473637. OLE color: 12473637.

HSL color Cylindrical-coordinate representation of color #2555BE: hue angle of 221.18º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2555BE is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 85 190 -
CMYK 0.81 0.55 0 0.25
HSL 221.18º 0.67% 0.45% -
HSV(B) 221.18º 0.81% 0.75% -
XYZ 13.31 10.61 50.06 -
YUV 82.62 188.6 95.46 -
System Red Green Blue C M Y K H S L
Decimal 37 85 190 0.81 0.55 0 0.25 221.18 0.67 0.45
Hex 25 55 BE 51 37 0 19 DD 43 2D
Octal 45 125 276 121 67 0 31 335 103 55
Binary 100101 1010101 10111110 1010001 110111 0 11001 11011101 1000011 101101

Color Harmonies of #2555BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2555BE

Black with #2555BE

Text Example


Text Example

White with #2555BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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