Html Css Color HEX #1D53D0 Cerulean Blue

📋 copy color: '#1D53D0'

red 29 ◦ green 83 ◦ blue 208

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

Shades of Cerulean Blue #1D53D0

Tints of Cerulean Blue #1D53D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 65%

R = 9.06%
G = 25.94%
B = 65%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1D53D0 (or 0x1D53D0) is known color: Cerulean Blue. HEX triplet: 1D, 53 and D0. RGB value is (29,83,208). Sum of RGB (Red+Green+Blue) = 29+83+208=320 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.06% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 208 (81.64% from 255 or 65% from 320); Max value from RGB is 208 - color contains mainly: blue. Hex color #1D53D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D53D0 is #E2AC2F. Grayscale: #505050. Windows color (decimal): -14855216 or 13652765. OLE color: 13652765.

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

Color convert

RGB 29 83 208 -
CMYK 0.86 0.60 0 0.18
HSL 221.9º 0.76% 0.46% -
HSV(B) 221.9º 0.86% 0.82% -
XYZ 14.99 11 61.01 -
YUV 81.1 199.61 90.84 -
System Red Green Blue C M Y K H S L
Decimal 29 83 208 0.86 0.60 0 0.18 221.9 0.76 0.46
Hex 1D 53 D0 56 3C 0 12 DE 4C 2E
Octal 35 123 320 126 74 0 22 336 114 56
Binary 11101 1010011 11010000 1010110 111100 0 10010 11011110 1001100 101110

Color Harmonies of #1D53D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D53D0

Black with #1D53D0

Text Example


Text Example

White with #1D53D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,83,208); }

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

background-color css

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

 a { background-color: rgb(29,83,208); }

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

border-color css

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

 span { border-color: rgb(29,83,208); }

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