Html Css Color HEX #1D04CA Medium Blue

📋 copy color: '#1D04CA'

red 29 ◦ green 4 ◦ blue 202

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

Shades of Medium Blue #1D04CA

Tints of Medium Blue #1D04CA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.7%

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

R = 12.34%
G = 1.7%
B = 85.96%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1D04CA (or 0x1D04CA) is known color: Medium Blue. HEX triplet: 1D, 04 and CA. RGB value is (29,4,202). Sum of RGB (Red+Green+Blue) = 29+4+202=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 202 (79.30% from 255 or 85.96% from 235); Max value from RGB is 202 - color contains mainly: blue. Hex color #1D04CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D04CA is #E2FB35. Grayscale: #212121. Windows color (decimal): -14875446 or 13239325. OLE color: 13239325.

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

Color convert

RGB 29 4 202 -
CMYK 0.86 0.98 0 0.21
HSL 247.58º 0.96% 0.4% -
HSV(B) 247.58º 0.98% 0.79% -
XYZ 11.21 4.61 56.18 -
YUV 34.05 222.78 124.4 -
System Red Green Blue C M Y K H S L
Decimal 29 4 202 0.86 0.98 0 0.21 247.58 0.96 0.4
Hex 1D 4 CA 56 62 0 15 F8 60 28
Octal 35 4 312 126 142 0 25 370 140 50
Binary 11101 100 11001010 1010110 1100010 0 10101 11111000 1100000 101000

Color Harmonies of #1D04CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D04CA

Black with #1D04CA

Text Example


Text Example

White with #1D04CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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