Html Css Color HEX #2C5CBC Cerulean Blue

📋 copy color: '#2C5CBC'

red 44 ◦ green 92 ◦ blue 188

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

Shades of Cerulean Blue #2C5CBC

Tints of Cerulean Blue #2C5CBC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.4%

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

R = 13.58%
G = 28.4%
B = 58.02%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2C5CBC (or 0x2C5CBC) is known color: Cerulean Blue. HEX triplet: 2C, 5C and BC. RGB value is (44,92,188). Sum of RGB (Red+Green+Blue) = 44+92+188=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C5CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5CBC is #D3A343. Grayscale: #585858. Windows color (decimal): -13869892 or 12344364. OLE color: 12344364.

HSL color Cylindrical-coordinate representation of color #2C5CBC: hue angle of 220º 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 #2C5CBC is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 92 188 -
CMYK 0.77 0.51 0 0.26
HSL 220º 0.62% 0.45% -
HSV(B) 220º 0.77% 0.74% -
XYZ 13.94 11.82 49.12 -
YUV 88.59 184.1 96.19 -
System Red Green Blue C M Y K H S L
Decimal 44 92 188 0.77 0.51 0 0.26 220 0.62 0.45
Hex 2C 5C BC 4D 33 0 1A DC 3E 2D
Octal 54 134 274 115 63 0 32 334 76 55
Binary 101100 1011100 10111100 1001101 110011 0 11010 11011100 111110 101101

Color Harmonies of #2C5CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5CBC

Black with #2C5CBC

Text Example


Text Example

White with #2C5CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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