Html Css Color HEX #2860C0 Cerulean Blue

📋 copy color: '#2860C0'

red 40 ◦ green 96 ◦ blue 192

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

Shades of Cerulean Blue #2860C0

Tints of Cerulean Blue #2860C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 58.54%

R = 12.2%
G = 29.27%
B = 58.54%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2860C0 (or 0x2860C0) is known color: Cerulean Blue. HEX triplet: 28, 60 and C0. RGB value is (40,96,192). Sum of RGB (Red+Green+Blue) = 40+96+192=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 192 (75.39% from 255 or 58.54% from 328); Max value from RGB is 192 - color contains mainly: blue. Hex color #2860C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2860C0 is #D79F3F. Grayscale: #595959. Windows color (decimal): -14131008 or 12607528. OLE color: 12607528.

HSL color Cylindrical-coordinate representation of color #2860C0: hue angle of 217.89º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2860C0 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 96 192 -
CMYK 0.79 0.50 0 0.25
HSL 217.89º 0.66% 0.45% -
HSV(B) 217.89º 0.79% 0.75% -
XYZ 14.57 12.62 51.54 -
YUV 90.2 185.45 92.19 -
System Red Green Blue C M Y K H S L
Decimal 40 96 192 0.79 0.50 0 0.25 217.89 0.66 0.45
Hex 28 60 C0 4F 32 0 19 DA 42 2D
Octal 50 140 300 117 62 0 31 332 102 55
Binary 101000 1100000 11000000 1001111 110010 0 11001 11011010 1000010 101101

Color Harmonies of #2860C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2860C0

Black with #2860C0

Text Example


Text Example

White with #2860C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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