Html Css Color HEX #2860CA Cerulean Blue

📋 copy color: '#2860CA'

red 40 ◦ green 96 ◦ blue 202

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

Shades of Cerulean Blue #2860CA

Tints of Cerulean Blue #2860CA

RGB

 RED value IS 40 (16.02% from 255) = 11.83%

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

 BLUE value IS 202 (79.3% from 255) = 59.76%

R = 11.83%
G = 28.4%
B = 59.76%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2860CA (or 0x2860CA) is known color: Cerulean Blue. HEX triplet: 28, 60 and CA. RGB value is (40,96,202). Sum of RGB (Red+Green+Blue) = 40+96+202=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #2860CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2860CA is #D79F35. Grayscale: #5A5A5A. Windows color (decimal): -14130998 or 13262888. OLE color: 13262888.

HSL color Cylindrical-coordinate representation of color #2860CA: hue angle of 219.26º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2860CA is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 96 202 -
CMYK 0.80 0.52 0 0.21
HSL 219.26º 0.67% 0.47% -
HSV(B) 219.26º 0.8% 0.79% -
XYZ 15.72 13.08 57.57 -
YUV 91.34 190.45 91.38 -
System Red Green Blue C M Y K H S L
Decimal 40 96 202 0.80 0.52 0 0.21 219.26 0.67 0.47
Hex 28 60 CA 50 34 0 15 DB 43 2F
Octal 50 140 312 120 64 0 25 333 103 57
Binary 101000 1100000 11001010 1010000 110100 0 10101 11011011 1000011 101111

Color Harmonies of #2860CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2860CA

Black with #2860CA

Text Example


Text Example

White with #2860CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2860CA; }

 p { color: rgb(40,96,202); }

 H1.HeaderClassName
 {
   color: #2860CA;
 }
 .AnyTagClassName
 {
   color: #2860CA;
 }
</style>

background-color css

<style>
 a { background-color: #2860CA; }

 a { background-color: rgb(40,96,202); }

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

border-color css

<style>
 span { border-color: #2860CA; }

 span { border-color: rgb(40,96,202); }

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