Html Css Color HEX #2560CC Cerulean Blue

📋 copy color: '#2560CC'

red 37 ◦ green 96 ◦ blue 204

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

Shades of Cerulean Blue #2560CC

Tints of Cerulean Blue #2560CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60.53%

R = 10.98%
G = 28.49%
B = 60.53%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2560CC (or 0x2560CC) is known color: Cerulean Blue. HEX triplet: 25, 60 and CC. RGB value is (37,96,204). Sum of RGB (Red+Green+Blue) = 37+96+204=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #2560CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2560CC is #DA9F33. Grayscale: #5A5A5A. Windows color (decimal): -14327604 or 13393957. OLE color: 13393957.

HSL color Cylindrical-coordinate representation of color #2560CC: hue angle of 218.8º 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 #2560CC is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 37 96 204 -
CMYK 0.82 0.53 0 0.2
HSL 218.8º 0.69% 0.47% -
HSV(B) 218.8º 0.82% 0.8% -
XYZ 15.84 13.12 58.82 -
YUV 90.67 191.95 89.72 -
System Red Green Blue C M Y K H S L
Decimal 37 96 204 0.82 0.53 0 0.2 218.8 0.69 0.47
Hex 25 60 CC 52 35 0 14 DB 45 2F
Octal 45 140 314 122 65 0 24 333 105 57
Binary 100101 1100000 11001100 1010010 110101 0 10100 11011011 1000101 101111

Color Harmonies of #2560CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2560CC

Black with #2560CC

Text Example


Text Example

White with #2560CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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