Html Css Color HEX #1D52CC Cerulean Blue

📋 copy color: '#1D52CC'

red 29 ◦ green 82 ◦ blue 204

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

Shades of Cerulean Blue #1D52CC

Tints of Cerulean Blue #1D52CC

RGB

 RED value IS 29 (11.72% from 255) = 9.21%

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

 BLUE value IS 204 (80.08% from 255) = 64.76%

R = 9.21%
G = 26.03%
B = 64.76%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1D52CC (or 0x1D52CC) is known color: Cerulean Blue. HEX triplet: 1D, 52 and CC. RGB value is (29,82,204). Sum of RGB (Red+Green+Blue) = 29+82+204=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D52CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D52CC is #E2AD33. Grayscale: #4F4F4F. Windows color (decimal): -14855476 or 13390365. OLE color: 13390365.

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

Color convert

RGB 29 82 204 -
CMYK 0.86 0.60 0 0.2
HSL 221.83º 0.75% 0.46% -
HSV(B) 221.83º 0.86% 0.8% -
XYZ 14.42 10.66 58.42 -
YUV 80.06 197.94 91.58 -
System Red Green Blue C M Y K H S L
Decimal 29 82 204 0.86 0.60 0 0.2 221.83 0.75 0.46
Hex 1D 52 CC 56 3C 0 14 DE 4B 2E
Octal 35 122 314 126 74 0 24 336 113 56
Binary 11101 1010010 11001100 1010110 111100 0 10100 11011110 1001011 101110

Color Harmonies of #1D52CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D52CC

Black with #1D52CC

Text Example


Text Example

White with #1D52CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,82,204); }

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

background-color css

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

 a { background-color: rgb(29,82,204); }

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

border-color css

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

 span { border-color: rgb(29,82,204); }

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