Html Css Color HEX #2559BC Cerulean Blue

📋 copy color: '#2559BC'

red 37 ◦ green 89 ◦ blue 188

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

Shades of Cerulean Blue #2559BC

Tints of Cerulean Blue #2559BC

RGB

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

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

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

R = 11.78%
G = 28.34%
B = 59.87%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2559BC (or 0x2559BC) is known color: Cerulean Blue. HEX triplet: 25, 59 and BC. RGB value is (37,89,188). Sum of RGB (Red+Green+Blue) = 37+89+188=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #2559BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2559BC is #DAA643. Grayscale: #545454. Windows color (decimal): -14329412 or 12343589. OLE color: 12343589.

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

Color convert

RGB 37 89 188 -
CMYK 0.80 0.53 0 0.26
HSL 219.34º 0.67% 0.44% -
HSV(B) 219.34º 0.8% 0.74% -
XYZ 13.41 11.17 49.03 -
YUV 84.74 186.27 93.95 -
System Red Green Blue C M Y K H S L
Decimal 37 89 188 0.80 0.53 0 0.26 219.34 0.67 0.44
Hex 25 59 BC 50 35 0 1A DB 43 2C
Octal 45 131 274 120 65 0 32 333 103 54
Binary 100101 1011001 10111100 1010000 110101 0 11010 11011011 1000011 101100

Color Harmonies of #2559BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2559BC

Black with #2559BC

Text Example


Text Example

White with #2559BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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