Html Css Color HEX #1D47ED Cerulean Blue

📋 copy color: '#1D47ED'

red 29 ◦ green 71 ◦ blue 237

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

Shades of Cerulean Blue #1D47ED

Tints of Cerulean Blue #1D47ED

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.07%

 BLUE value IS 237 (92.97% from 255) = 70.33%

R = 8.61%
G = 21.07%
B = 70.33%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1D47ED (or 0x1D47ED) is known color: Cerulean Blue. HEX triplet: 1D, 47 and ED. RGB value is (29,71,237). Sum of RGB (Red+Green+Blue) = 29+71+237=337 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.61% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #1D47ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D47ED is #E2B812. Grayscale: #4C4C4C. Windows color (decimal): -14858259 or 15550237. OLE color: 15550237.

HSL color Cylindrical-coordinate representation of color #1D47ED: hue angle of 227.88º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D47ED is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 71 237 -
CMYK 0.88 0.70 0 0.07
HSL 227.88º 0.85% 0.52% -
HSV(B) 227.88º 0.88% 0.93% -
XYZ 18.05 10.88 81.27 -
YUV 77.37 218.09 93.5 -
System Red Green Blue C M Y K H S L
Decimal 29 71 237 0.88 0.70 0 0.07 227.88 0.85 0.52
Hex 1D 47 ED 58 46 0 7 E4 55 34
Octal 35 107 355 130 106 0 7 344 125 64
Binary 11101 1000111 11101101 1011000 1000110 0 111 11100100 1010101 110100

Color Harmonies of #1D47ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D47ED

Black with #1D47ED

Text Example


Text Example

White with #1D47ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,71,237); }

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

background-color css

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

 a { background-color: rgb(29,71,237); }

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

border-color css

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

 span { border-color: rgb(29,71,237); }

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