Html Css Color HEX #1C53CF Cerulean Blue

📋 copy color: '#1C53CF'

red 28 ◦ green 83 ◦ blue 207

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

Shades of Cerulean Blue #1C53CF

Tints of Cerulean Blue #1C53CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.09%

R = 8.81%
G = 26.1%
B = 65.09%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C53CF (or 0x1C53CF) is known color: Cerulean Blue. HEX triplet: 1C, 53 and CF. RGB value is (28,83,207). Sum of RGB (Red+Green+Blue) = 28+83+207=318 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.81% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C53CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C53CF is #E3AC30. Grayscale: #505050. Windows color (decimal): -14920753 or 13587228. OLE color: 13587228.

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

Color convert

RGB 28 83 207 -
CMYK 0.86 0.60 0 0.19
HSL 221.56º 0.76% 0.46% -
HSV(B) 221.56º 0.86% 0.81% -
XYZ 14.83 10.94 60.36 -
YUV 80.69 199.28 90.42 -
System Red Green Blue C M Y K H S L
Decimal 28 83 207 0.86 0.60 0 0.19 221.56 0.76 0.46
Hex 1C 53 CF 56 3C 0 13 DE 4C 2E
Octal 34 123 317 126 74 0 23 336 114 56
Binary 11100 1010011 11001111 1010110 111100 0 10011 11011110 1001100 101110

Color Harmonies of #1C53CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C53CF

Black with #1C53CF

Text Example


Text Example

White with #1C53CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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