Html Css Color HEX #2559BB Cerulean Blue

📋 copy color: '#2559BB'

red 37 ◦ green 89 ◦ blue 187

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

Shades of Cerulean Blue #2559BB

Tints of Cerulean Blue #2559BB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.43%

 BLUE value IS 187 (73.44% from 255) = 59.74%

R = 11.82%
G = 28.43%
B = 59.74%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2559BB (or 0x2559BB) is known color: Cerulean Blue. HEX triplet: 25, 59 and BB. RGB value is (37,89,187). Sum of RGB (Red+Green+Blue) = 37+89+187=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #2559BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2559BB is #DAA644. Grayscale: #545454. Windows color (decimal): -14329413 or 12278053. OLE color: 12278053.

HSL color Cylindrical-coordinate representation of color #2559BB: hue angle of 219.2º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2559BB is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 89 187 -
CMYK 0.80 0.52 0 0.27
HSL 219.2º 0.67% 0.44% -
HSV(B) 219.2º 0.8% 0.73% -
XYZ 13.3 11.13 48.46 -
YUV 84.62 185.77 94.03 -
System Red Green Blue C M Y K H S L
Decimal 37 89 187 0.80 0.52 0 0.27 219.2 0.67 0.44
Hex 25 59 BB 50 34 0 1B DB 43 2C
Octal 45 131 273 120 64 0 33 333 103 54
Binary 100101 1011001 10111011 1010000 110100 0 11011 11011011 1000011 101100

Color Harmonies of #2559BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2559BB

Black with #2559BB

Text Example


Text Example

White with #2559BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2559BB; }

 p { color: rgb(37,89,187); }

 H1.HeaderClassName
 {
   color: #2559BB;
 }
 .AnyTagClassName
 {
   color: #2559BB;
 }
</style>

background-color css

<style>
 a { background-color: #2559BB; }

 a { background-color: rgb(37,89,187); }

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

border-color css

<style>
 span { border-color: #2559BB; }

 span { border-color: rgb(37,89,187); }

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