Html Css Color HEX #1C52CE Cerulean Blue

📋 copy color: '#1C52CE'

red 28 ◦ green 82 ◦ blue 206

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

Shades of Cerulean Blue #1C52CE

Tints of Cerulean Blue #1C52CE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

 BLUE value IS 206 (80.86% from 255) = 65.19%

R = 8.86%
G = 25.95%
B = 65.19%

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

#1C52CE (or 0x1C52CE) is known color: Cerulean Blue. HEX triplet: 1C, 52 and CE. RGB value is (28,82,206). Sum of RGB (Red+Green+Blue) = 28+82+206=316 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.86% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C52CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C52CE is #E3AD31. Grayscale: #4F4F4F. Windows color (decimal): -14921010 or 13521436. OLE color: 13521436.

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

Color convert

RGB 28 82 206 -
CMYK 0.86 0.60 0 0.19
HSL 221.8º 0.76% 0.46% -
HSV(B) 221.8º 0.86% 0.81% -
XYZ 14.64 10.74 59.69 -
YUV 79.99 199.11 90.92 -
System Red Green Blue C M Y K H S L
Decimal 28 82 206 0.86 0.60 0 0.19 221.8 0.76 0.46
Hex 1C 52 CE 56 3C 0 13 DE 4C 2E
Octal 34 122 316 126 74 0 23 336 114 56
Binary 11100 1010010 11001110 1010110 111100 0 10011 11011110 1001100 101110

Color Harmonies of #1C52CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C52CE

Black with #1C52CE

Text Example


Text Example

White with #1C52CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,82,206); }

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

background-color css

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

 a { background-color: rgb(28,82,206); }

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

border-color css

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

 span { border-color: rgb(28,82,206); }

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