Html Css Color HEX #1C50CB Cerulean Blue

📋 copy color: '#1C50CB'

red 28 ◦ green 80 ◦ blue 203

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

Shades of Cerulean Blue #1C50CB

Tints of Cerulean Blue #1C50CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 65.27%

R = 9%
G = 25.72%
B = 65.27%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C50CB (or 0x1C50CB) is known color: Cerulean Blue. HEX triplet: 1C, 50 and CB. RGB value is (28,80,203). Sum of RGB (Red+Green+Blue) = 28+80+203=311 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.00% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C50CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C50CB is #E3AF34. Grayscale: #4D4D4D. Windows color (decimal): -14921525 or 13324316. OLE color: 13324316.

HSL color Cylindrical-coordinate representation of color #1C50CB: hue angle of 222.17º 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 #1C50CB is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 80 203 -
CMYK 0.86 0.61 0 0.20
HSL 222.17º 0.76% 0.45% -
HSV(B) 222.17º 0.86% 0.8% -
XYZ 14.13 10.3 57.74 -
YUV 78.47 198.27 92 -
System Red Green Blue C M Y K H S L
Decimal 28 80 203 0.86 0.61 0 0.20 222.17 0.76 0.45
Hex 1C 50 CB 56 3D 0 14 DE 4C 2D
Octal 34 120 313 126 75 0 24 336 114 55
Binary 11100 1010000 11001011 1010110 111101 0 10100 11011110 1001100 101101

Color Harmonies of #1C50CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C50CB

Black with #1C50CB

Text Example


Text Example

White with #1C50CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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