Html Css Color HEX #2C5FC7 Cerulean Blue

📋 copy color: '#2C5FC7'

red 44 ◦ green 95 ◦ blue 199

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

Shades of Cerulean Blue #2C5FC7

Tints of Cerulean Blue #2C5FC7

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.11%

 BLUE value IS 199 (78.13% from 255) = 58.88%

R = 13.02%
G = 28.11%
B = 58.88%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2C5FC7 (or 0x2C5FC7) is known color: Cerulean Blue. HEX triplet: 2C, 5F and C7. RGB value is (44,95,199). Sum of RGB (Red+Green+Blue) = 44+95+199=338 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.02% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 199 (78.12% from 255 or 58.88% from 338); Max value from RGB is 199 - color contains mainly: blue. Hex color #2C5FC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5FC7 is #D3A038. Grayscale: #5B5B5B. Windows color (decimal): -13869113 or 13066028. OLE color: 13066028.

HSL color Cylindrical-coordinate representation of color #2C5FC7: hue angle of 220.26º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C5FC7 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 44 95 199 -
CMYK 0.78 0.52 0 0.22
HSL 220.26º 0.64% 0.48% -
HSV(B) 220.26º 0.78% 0.78% -
XYZ 15.44 12.84 55.7 -
YUV 91.61 188.6 94.04 -
System Red Green Blue C M Y K H S L
Decimal 44 95 199 0.78 0.52 0 0.22 220.26 0.64 0.48
Hex 2C 5F C7 4E 34 0 16 DC 40 30
Octal 54 137 307 116 64 0 26 334 100 60
Binary 101100 1011111 11000111 1001110 110100 0 10110 11011100 1000000 110000

Color Harmonies of #2C5FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5FC7

Black with #2C5FC7

Text Example


Text Example

White with #2C5FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,95,199); }

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

background-color css

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

 a { background-color: rgb(44,95,199); }

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

border-color css

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

 span { border-color: rgb(44,95,199); }

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