Html Css Color HEX #2560CE Cerulean Blue

📋 copy color: '#2560CE'

red 37 ◦ green 96 ◦ blue 206

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

Shades of Cerulean Blue #2560CE

Tints of Cerulean Blue #2560CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.77%

R = 10.91%
G = 28.32%
B = 60.77%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2560CE (or 0x2560CE) is known color: Cerulean Blue. HEX triplet: 25, 60 and CE. RGB value is (37,96,206). Sum of RGB (Red+Green+Blue) = 37+96+206=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #2560CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2560CE is #DA9F31. Grayscale: #5A5A5A. Windows color (decimal): -14327602 or 13525029. OLE color: 13525029.

HSL color Cylindrical-coordinate representation of color #2560CE: hue angle of 219.05º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2560CE is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 96 206 -
CMYK 0.82 0.53 0 0.19
HSL 219.05º 0.7% 0.48% -
HSV(B) 219.05º 0.82% 0.81% -
XYZ 16.09 13.22 60.1 -
YUV 90.9 192.95 89.56 -
System Red Green Blue C M Y K H S L
Decimal 37 96 206 0.82 0.53 0 0.19 219.05 0.7 0.48
Hex 25 60 CE 52 35 0 13 DB 46 30
Octal 45 140 316 122 65 0 23 333 106 60
Binary 100101 1100000 11001110 1010010 110101 0 10011 11011011 1000110 110000

Color Harmonies of #2560CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2560CE

Black with #2560CE

Text Example


Text Example

White with #2560CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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