Html Css Color HEX #1C53DF Cerulean Blue

📋 copy color: '#1C53DF'

red 28 ◦ green 83 ◦ blue 223

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

Shades of Cerulean Blue #1C53DF

Tints of Cerulean Blue #1C53DF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.85%

 BLUE value IS 223 (87.5% from 255) = 66.77%

R = 8.38%
G = 24.85%
B = 66.77%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1C53DF (or 0x1C53DF) is known color: Cerulean Blue. HEX triplet: 1C, 53 and DF. RGB value is (28,83,223). Sum of RGB (Red+Green+Blue) = 28+83+223=334 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.38% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C53DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C53DF is #E3AC20. Grayscale: #515151. Windows color (decimal): -14920737 or 14635804. OLE color: 14635804.

HSL color Cylindrical-coordinate representation of color #1C53DF: hue angle of 223.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C53DF is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 83 223 -
CMYK 0.87 0.63 0 0.13
HSL 223.08º 0.78% 0.49% -
HSV(B) 223.08º 0.87% 0.87% -
XYZ 16.89 11.76 71.19 -
YUV 82.52 207.28 89.12 -
System Red Green Blue C M Y K H S L
Decimal 28 83 223 0.87 0.63 0 0.13 223.08 0.78 0.49
Hex 1C 53 DF 57 3F 0 D DF 4E 31
Octal 34 123 337 127 77 0 15 337 116 61
Binary 11100 1010011 11011111 1010111 111111 0 1101 11011111 1001110 110001

Color Harmonies of #1C53DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C53DF

Black with #1C53DF

Text Example


Text Example

White with #1C53DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,83,223); }

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

background-color css

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

 a { background-color: rgb(28,83,223); }

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

border-color css

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

 span { border-color: rgb(28,83,223); }

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