Html Css Color HEX #1D47CA Cerulean Blue

📋 copy color: '#1D47CA'

red 29 ◦ green 71 ◦ blue 202

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

Shades of Cerulean Blue #1D47CA

Tints of Cerulean Blue #1D47CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 66.89%

R = 9.6%
G = 23.51%
B = 66.89%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1D47CA (or 0x1D47CA) is known color: Cerulean Blue. HEX triplet: 1D, 47 and CA. RGB value is (29,71,202). Sum of RGB (Red+Green+Blue) = 29+71+202=302 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.60% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 202 (79.30% from 255 or 66.89% from 302); Max value from RGB is 202 - color contains mainly: blue. Hex color #1D47CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D47CA is #E2B835. Grayscale: #484848. Windows color (decimal): -14858294 or 13256477. OLE color: 13256477.

HSL color Cylindrical-coordinate representation of color #1D47CA: hue angle of 225.43º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D47CA is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 29 71 202 -
CMYK 0.86 0.65 0 0.21
HSL 225.43º 0.75% 0.45% -
HSV(B) 225.43º 0.86% 0.79% -
XYZ 13.42 9.03 56.91 -
YUV 73.38 200.59 96.35 -
System Red Green Blue C M Y K H S L
Decimal 29 71 202 0.86 0.65 0 0.21 225.43 0.75 0.45
Hex 1D 47 CA 56 41 0 15 E1 4B 2D
Octal 35 107 312 126 101 0 25 341 113 55
Binary 11101 1000111 11001010 1010110 1000001 0 10101 11100001 1001011 101101

Color Harmonies of #1D47CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D47CA

Black with #1D47CA

Text Example


Text Example

White with #1D47CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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