Html Css Color HEX #2560CB Cerulean Blue

📋 copy color: '#2560CB'

red 37 ◦ green 96 ◦ blue 203

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

Shades of Cerulean Blue #2560CB

Tints of Cerulean Blue #2560CB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.57%

 BLUE value IS 203 (79.69% from 255) = 60.42%

R = 11.01%
G = 28.57%
B = 60.42%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2560CB (or 0x2560CB) is known color: Cerulean Blue. HEX triplet: 25, 60 and CB. RGB value is (37,96,203). Sum of RGB (Red+Green+Blue) = 37+96+203=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #2560CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2560CB is #DA9F34. Grayscale: #5A5A5A. Windows color (decimal): -14327605 or 13328421. OLE color: 13328421.

HSL color Cylindrical-coordinate representation of color #2560CB: hue angle of 218.67º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2560CB is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 96 203 -
CMYK 0.82 0.53 0 0.20
HSL 218.67º 0.69% 0.47% -
HSV(B) 218.67º 0.82% 0.8% -
XYZ 15.73 13.07 58.19 -
YUV 90.56 191.45 89.8 -
System Red Green Blue C M Y K H S L
Decimal 37 96 203 0.82 0.53 0 0.20 218.67 0.69 0.47
Hex 25 60 CB 52 35 0 14 DB 45 2F
Octal 45 140 313 122 65 0 24 333 105 57
Binary 100101 1100000 11001011 1010010 110101 0 10100 11011011 1000101 101111

Color Harmonies of #2560CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2560CB

Black with #2560CB

Text Example


Text Example

White with #2560CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2560CB; }

 p { color: rgb(37,96,203); }

 H1.HeaderClassName
 {
   color: #2560CB;
 }
 .AnyTagClassName
 {
   color: #2560CB;
 }
</style>

background-color css

<style>
 a { background-color: #2560CB; }

 a { background-color: rgb(37,96,203); }

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

border-color css

<style>
 span { border-color: #2560CB; }

 span { border-color: rgb(37,96,203); }

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