Html Css Color HEX #2560CD Cerulean Blue

📋 copy color: '#2560CD'

red 37 ◦ green 96 ◦ blue 205

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

Shades of Cerulean Blue #2560CD

Tints of Cerulean Blue #2560CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.65%

R = 10.95%
G = 28.4%
B = 60.65%

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

#2560CD (or 0x2560CD) is known color: Cerulean Blue. HEX triplet: 25, 60 and CD. RGB value is (37,96,205). Sum of RGB (Red+Green+Blue) = 37+96+205=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #2560CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2560CD is #DA9F32. Grayscale: #5A5A5A. Windows color (decimal): -14327603 or 13459493. OLE color: 13459493.

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

Color convert

RGB 37 96 205 -
CMYK 0.82 0.53 0 0.20
HSL 218.93º 0.69% 0.47% -
HSV(B) 218.93º 0.82% 0.8% -
XYZ 15.97 13.17 59.46 -
YUV 90.79 192.45 89.64 -
System Red Green Blue C M Y K H S L
Decimal 37 96 205 0.82 0.53 0 0.20 218.93 0.69 0.47
Hex 25 60 CD 52 35 0 14 DB 45 2F
Octal 45 140 315 122 65 0 24 333 105 57
Binary 100101 1100000 11001101 1010010 110101 0 10100 11011011 1000101 101111

Color Harmonies of #2560CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2560CD

Black with #2560CD

Text Example


Text Example

White with #2560CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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