Html Css Color HEX #2C60BC Cerulean Blue

📋 copy color: '#2C60BC'

red 44 ◦ green 96 ◦ blue 188

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

Shades of Cerulean Blue #2C60BC

Tints of Cerulean Blue #2C60BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.32%

R = 13.41%
G = 29.27%
B = 57.32%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2C60BC (or 0x2C60BC) is known color: Cerulean Blue. HEX triplet: 2C, 60 and BC. RGB value is (44,96,188). Sum of RGB (Red+Green+Blue) = 44+96+188=328 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.41% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C60BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C60BC is #D39F43. Grayscale: #5A5A5A. Windows color (decimal): -13868868 or 12345388. OLE color: 12345388.

HSL color Cylindrical-coordinate representation of color #2C60BC: hue angle of 218.33º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C60BC is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 96 188 -
CMYK 0.77 0.49 0 0.26
HSL 218.33º 0.62% 0.45% -
HSV(B) 218.33º 0.77% 0.74% -
XYZ 14.3 12.53 49.24 -
YUV 90.94 182.77 94.52 -
System Red Green Blue C M Y K H S L
Decimal 44 96 188 0.77 0.49 0 0.26 218.33 0.62 0.45
Hex 2C 60 BC 4D 31 0 1A DA 3E 2D
Octal 54 140 274 115 61 0 32 332 76 55
Binary 101100 1100000 10111100 1001101 110001 0 11010 11011010 111110 101101

Color Harmonies of #2C60BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C60BC

Black with #2C60BC

Text Example


Text Example

White with #2C60BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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