Html Css Color HEX #2C5CD2 Cerulean Blue

📋 copy color: '#2C5CD2'

red 44 ◦ green 92 ◦ blue 210

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

Shades of Cerulean Blue #2C5CD2

Tints of Cerulean Blue #2C5CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 60.69%

R = 12.72%
G = 26.59%
B = 60.69%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2C5CD2 (or 0x2C5CD2) is known color: Cerulean Blue. HEX triplet: 2C, 5C and D2. RGB value is (44,92,210). Sum of RGB (Red+Green+Blue) = 44+92+210=346 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.72% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 210 (82.42% from 255 or 60.69% from 346); Max value from RGB is 210 - color contains mainly: blue. Hex color #2C5CD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5CD2 is #D3A32D. Grayscale: #5A5A5A. Windows color (decimal): -13869870 or 13786156. OLE color: 13786156.

HSL color Cylindrical-coordinate representation of color #2C5CD2: hue angle of 222.65º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C5CD2 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 44 92 210 -
CMYK 0.79 0.56 0 0.18
HSL 222.65º 0.65% 0.5% -
HSV(B) 222.65º 0.79% 0.82% -
XYZ 16.5 12.84 62.58 -
YUV 91.1 195.1 94.41 -
System Red Green Blue C M Y K H S L
Decimal 44 92 210 0.79 0.56 0 0.18 222.65 0.65 0.5
Hex 2C 5C D2 4F 38 0 12 DF 41 32
Octal 54 134 322 117 70 0 22 337 101 62
Binary 101100 1011100 11010010 1001111 111000 0 10010 11011111 1000001 110010

Color Harmonies of #2C5CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5CD2

Black with #2C5CD2

Text Example


Text Example

White with #2C5CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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