Html Css Color HEX #1C50CC Cerulean Blue

📋 copy color: '#1C50CC'

red 28 ◦ green 80 ◦ blue 204

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

Shades of Cerulean Blue #1C50CC

Tints of Cerulean Blue #1C50CC

RGB

 RED value IS 28 (11.33% from 255) = 8.97%

 GREEN value IS 80 (31.64% from 255) = 25.64%

 BLUE value IS 204 (80.08% from 255) = 65.38%

R = 8.97%
G = 25.64%
B = 65.38%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1C50CC (or 0x1C50CC) is known color: Cerulean Blue. HEX triplet: 1C, 50 and CC. RGB value is (28,80,204). Sum of RGB (Red+Green+Blue) = 28+80+204=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C50CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C50CC is #E3AF33. Grayscale: #4E4E4E. Windows color (decimal): -14921524 or 13389852. OLE color: 13389852.

HSL color Cylindrical-coordinate representation of color #1C50CC: hue angle of 222.27º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C50CC is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 28 80 204 -
CMYK 0.86 0.61 0 0.2
HSL 222.27º 0.76% 0.45% -
HSV(B) 222.27º 0.86% 0.8% -
XYZ 14.25 10.34 58.37 -
YUV 78.59 198.77 91.92 -
System Red Green Blue C M Y K H S L
Decimal 28 80 204 0.86 0.61 0 0.2 222.27 0.76 0.45
Hex 1C 50 CC 56 3D 0 14 DE 4C 2D
Octal 34 120 314 126 75 0 24 336 114 55
Binary 11100 1010000 11001100 1010110 111101 0 10100 11011110 1001100 101101

Color Harmonies of #1C50CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C50CC

Black with #1C50CC

Text Example


Text Example

White with #1C50CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C50CC; }

 p { color: rgb(28,80,204); }

 H1.HeaderClassName
 {
   color: #1C50CC;
 }
 .AnyTagClassName
 {
   color: #1C50CC;
 }
</style>

background-color css

<style>
 a { background-color: #1C50CC; }

 a { background-color: rgb(28,80,204); }

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

border-color css

<style>
 span { border-color: #1C50CC; }

 span { border-color: rgb(28,80,204); }

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