Html Css Color HEX #1C50CA Cerulean Blue

📋 copy color: '#1C50CA'

red 28 ◦ green 80 ◦ blue 202

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

Shades of Cerulean Blue #1C50CA

Tints of Cerulean Blue #1C50CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 65.16%

R = 9.03%
G = 25.81%
B = 65.16%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1C50CA (or 0x1C50CA) is known color: Cerulean Blue. HEX triplet: 1C, 50 and CA. RGB value is (28,80,202). Sum of RGB (Red+Green+Blue) = 28+80+202=310 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.03% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C50CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C50CA is #E3AF35. Grayscale: #4D4D4D. Windows color (decimal): -14921526 or 13258780. OLE color: 13258780.

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

Color convert

RGB 28 80 202 -
CMYK 0.86 0.60 0 0.21
HSL 222.07º 0.76% 0.45% -
HSV(B) 222.07º 0.86% 0.79% -
XYZ 14.01 10.25 57.12 -
YUV 78.36 197.77 92.08 -
System Red Green Blue C M Y K H S L
Decimal 28 80 202 0.86 0.60 0 0.21 222.07 0.76 0.45
Hex 1C 50 CA 56 3C 0 15 DE 4C 2D
Octal 34 120 312 126 74 0 25 336 114 55
Binary 11100 1010000 11001010 1010110 111100 0 10101 11011110 1001100 101101

Color Harmonies of #1C50CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C50CA

Black with #1C50CA

Text Example


Text Example

White with #1C50CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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