Html Css Color HEX #042DD5 Persian Blue

📋 copy color: '#042DD5'

red 4 ◦ green 45 ◦ blue 213

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

Shades of Persian Blue #042DD5

Tints of Persian Blue #042DD5

RGB

 RED value IS 4 (1.95% from 255) = 1.53%

 GREEN value IS 45 (17.97% from 255) = 17.18%

 BLUE value IS 213 (83.59% from 255) = 81.3%

R = 1.53%
G = 17.18%
B = 81.3%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#042DD5 (or 0x042DD5) is known color: Persian Blue. HEX triplet: 04, 2D and D5. RGB value is (4,45,213). Sum of RGB (Red+Green+Blue) = 4+45+213=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 213 (83.59% from 255 or 81.30% from 262); Max value from RGB is 213 - color contains mainly: blue. Hex color #042DD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042DD5 is #FBD22A. Grayscale: #333333. Windows color (decimal): -16503339 or 13970692. OLE color: 13970692.

HSL color Cylindrical-coordinate representation of color #042DD5: hue angle of 228.23º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042DD5 is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 4 45 213 -
CMYK 0.98 0.79 0 0.16
HSL 228.23º 0.96% 0.43% -
HSV(B) 228.23º 0.98% 0.84% -
XYZ 13 6.71 63.56 -
YUV 51.89 218.92 93.84 -
System Red Green Blue C M Y K H S L
Decimal 4 45 213 0.98 0.79 0 0.16 228.23 0.96 0.43
Hex 4 2D D5 62 4F 0 10 E4 60 2B
Octal 4 55 325 142 117 0 20 344 140 53
Binary 100 101101 11010101 1100010 1001111 0 10000 11100100 1100000 101011

Color Harmonies of #042DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042DD5

Black with #042DD5

Text Example


Text Example

White with #042DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042DD5; }

 p { color: rgb(4,45,213); }

 H1.HeaderClassName
 {
   color: #042DD5;
 }
 .AnyTagClassName
 {
   color: #042DD5;
 }
</style>

background-color css

<style>
 a { background-color: #042DD5; }

 a { background-color: rgb(4,45,213); }

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

border-color css

<style>
 span { border-color: #042DD5; }

 span { border-color: rgb(4,45,213); }

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