Html Css Color HEX #1752DC Cerulean Blue

📋 copy color: '#1752DC'

red 23 ◦ green 82 ◦ blue 220

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

Shades of Cerulean Blue #1752DC

Tints of Cerulean Blue #1752DC

RGB

 RED value IS 23 (9.38% from 255) = 7.08%

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

 BLUE value IS 220 (86.33% from 255) = 67.69%

R = 7.08%
G = 25.23%
B = 67.69%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1752DC (or 0x1752DC) is known color: Cerulean Blue. HEX triplet: 17, 52 and DC. RGB value is (23,82,220). Sum of RGB (Red+Green+Blue) = 23+82+220=325 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.08% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #1752DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1752DC is #E8AD23. Grayscale: #4F4F4F. Windows color (decimal): -15248676 or 14438935. OLE color: 14438935.

HSL color Cylindrical-coordinate representation of color #1752DC: hue angle of 222.03º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1752DC is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 82 220 -
CMYK 0.90 0.63 0 0.14
HSL 222.03º 0.81% 0.48% -
HSV(B) 222.03º 0.9% 0.86% -
XYZ 16.29 11.38 69.05 -
YUV 80.09 206.95 87.28 -
System Red Green Blue C M Y K H S L
Decimal 23 82 220 0.90 0.63 0 0.14 222.03 0.81 0.48
Hex 17 52 DC 5A 3F 0 E DE 51 30
Octal 27 122 334 132 77 0 16 336 121 60
Binary 10111 1010010 11011100 1011010 111111 0 1110 11011110 1010001 110000

Color Harmonies of #1752DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1752DC

Black with #1752DC

Text Example


Text Example

White with #1752DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1752DC; }

 p { color: rgb(23,82,220); }

 H1.HeaderClassName
 {
   color: #1752DC;
 }
 .AnyTagClassName
 {
   color: #1752DC;
 }
</style>

background-color css

<style>
 a { background-color: #1752DC; }

 a { background-color: rgb(23,82,220); }

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

border-color css

<style>
 span { border-color: #1752DC; }

 span { border-color: rgb(23,82,220); }

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