Html Css Color HEX #2860CC Cerulean Blue

📋 copy color: '#2860CC'

red 40 ◦ green 96 ◦ blue 204

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

Shades of Cerulean Blue #2860CC

Tints of Cerulean Blue #2860CC

RGB

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

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

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

R = 11.76%
G = 28.24%
B = 60%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2860CC (or 0x2860CC) is known color: Cerulean Blue. HEX triplet: 28, 60 and CC. RGB value is (40,96,204). Sum of RGB (Red+Green+Blue) = 40+96+204=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #2860CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2860CC is #D79F33. Grayscale: #5B5B5B. Windows color (decimal): -14130996 or 13393960. OLE color: 13393960.

HSL color Cylindrical-coordinate representation of color #2860CC: hue angle of 219.51º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2860CC is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 96 204 -
CMYK 0.80 0.53 0 0.2
HSL 219.51º 0.67% 0.48% -
HSV(B) 219.51º 0.8% 0.8% -
XYZ 15.96 13.18 58.83 -
YUV 91.57 191.45 91.22 -
System Red Green Blue C M Y K H S L
Decimal 40 96 204 0.80 0.53 0 0.2 219.51 0.67 0.48
Hex 28 60 CC 50 35 0 14 DC 43 30
Octal 50 140 314 120 65 0 24 334 103 60
Binary 101000 1100000 11001100 1010000 110101 0 10100 11011100 1000011 110000

Color Harmonies of #2860CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2860CC

Black with #2860CC

Text Example


Text Example

White with #2860CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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