Html Css Color HEX #1D49E9 Cerulean Blue

📋 copy color: '#1D49E9'

red 29 ◦ green 73 ◦ blue 233

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

Shades of Cerulean Blue #1D49E9

Tints of Cerulean Blue #1D49E9

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.79%

 BLUE value IS 233 (91.41% from 255) = 69.55%

R = 8.66%
G = 21.79%
B = 69.55%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1D49E9 (or 0x1D49E9) is known color: Cerulean Blue. HEX triplet: 1D, 49 and E9. RGB value is (29,73,233). Sum of RGB (Red+Green+Blue) = 29+73+233=335 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.66% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 233 (91.41% from 255 or 69.55% from 335); Max value from RGB is 233 - color contains mainly: blue. Hex color #1D49E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D49E9 is #E2B616. Grayscale: #4D4D4D. Windows color (decimal): -14857751 or 15288605. OLE color: 15288605.

HSL color Cylindrical-coordinate representation of color #1D49E9: hue angle of 227.06º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D49E9 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 29 73 233 -
CMYK 0.88 0.69 0 0.09
HSL 227.06º 0.82% 0.51% -
HSV(B) 227.06º 0.88% 0.91% -
XYZ 17.6 10.91 78.27 -
YUV 78.08 215.42 92.99 -
System Red Green Blue C M Y K H S L
Decimal 29 73 233 0.88 0.69 0 0.09 227.06 0.82 0.51
Hex 1D 49 E9 58 45 0 9 E3 52 33
Octal 35 111 351 130 105 0 11 343 122 63
Binary 11101 1001001 11101001 1011000 1000101 0 1001 11100011 1010010 110011

Color Harmonies of #1D49E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D49E9

Black with #1D49E9

Text Example


Text Example

White with #1D49E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,73,233); }

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

background-color css

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

 a { background-color: rgb(29,73,233); }

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

border-color css

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

 span { border-color: rgb(29,73,233); }

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