Html Css Color HEX #2C60BF Cerulean Blue

📋 copy color: '#2C60BF'

red 44 ◦ green 96 ◦ blue 191

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

Shades of Cerulean Blue #2C60BF

Tints of Cerulean Blue #2C60BF

RGB

 RED value IS 44 (17.58% from 255) = 13.29%

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

 BLUE value IS 191 (75% from 255) = 57.7%

R = 13.29%
G = 29%
B = 57.7%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2C60BF (or 0x2C60BF) is known color: Cerulean Blue. HEX triplet: 2C, 60 and BF. RGB value is (44,96,191). Sum of RGB (Red+Green+Blue) = 44+96+191=331 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.29% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C60BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C60BF is #D39F40. Grayscale: #5A5A5A. Windows color (decimal): -13868865 or 12541996. OLE color: 12541996.

HSL color Cylindrical-coordinate representation of color #2C60BF: hue angle of 218.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C60BF is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 96 191 -
CMYK 0.77 0.50 0 0.25
HSL 218.78º 0.63% 0.46% -
HSV(B) 218.78º 0.77% 0.75% -
XYZ 14.63 12.66 50.96 -
YUV 91.28 184.27 94.28 -
System Red Green Blue C M Y K H S L
Decimal 44 96 191 0.77 0.50 0 0.25 218.78 0.63 0.46
Hex 2C 60 BF 4D 32 0 19 DB 3F 2E
Octal 54 140 277 115 62 0 31 333 77 56
Binary 101100 1100000 10111111 1001101 110010 0 11001 11011011 111111 101110

Color Harmonies of #2C60BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C60BF

Black with #2C60BF

Text Example


Text Example

White with #2C60BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C60BF; }

 p { color: rgb(44,96,191); }

 H1.HeaderClassName
 {
   color: #2C60BF;
 }
 .AnyTagClassName
 {
   color: #2C60BF;
 }
</style>

background-color css

<style>
 a { background-color: #2C60BF; }

 a { background-color: rgb(44,96,191); }

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

border-color css

<style>
 span { border-color: #2C60BF; }

 span { border-color: rgb(44,96,191); }

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