Html Css Color HEX #1C52CF Cerulean Blue

📋 copy color: '#1C52CF'

red 28 ◦ green 82 ◦ blue 207

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

Shades of Cerulean Blue #1C52CF

Tints of Cerulean Blue #1C52CF

RGB

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

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

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

R = 8.83%
G = 25.87%
B = 65.3%

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

#1C52CF (or 0x1C52CF) is known color: Cerulean Blue. HEX triplet: 1C, 52 and CF. RGB value is (28,82,207). Sum of RGB (Red+Green+Blue) = 28+82+207=317 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.83% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C52CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C52CF is #E3AD30. Grayscale: #4F4F4F. Windows color (decimal): -14921009 or 13586972. OLE color: 13586972.

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

Color convert

RGB 28 82 207 -
CMYK 0.86 0.60 0 0.19
HSL 221.9º 0.76% 0.46% -
HSV(B) 221.9º 0.86% 0.81% -
XYZ 14.76 10.79 60.34 -
YUV 80.1 199.61 90.84 -
System Red Green Blue C M Y K H S L
Decimal 28 82 207 0.86 0.60 0 0.19 221.9 0.76 0.46
Hex 1C 52 CF 56 3C 0 13 DE 4C 2E
Octal 34 122 317 126 74 0 23 336 114 56
Binary 11100 1010010 11001111 1010110 111100 0 10011 11011110 1001100 101110

Color Harmonies of #1C52CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C52CF

Black with #1C52CF

Text Example


Text Example

White with #1C52CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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