Html Css Color HEX #042DDF Persian Blue

📋 copy color: '#042DDF'

red 4 ◦ green 45 ◦ blue 223

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

Shades of Persian Blue #042DDF

Tints of Persian Blue #042DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 81.99%

R = 1.47%
G = 16.54%
B = 81.99%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#042DDF (or 0x042DDF) is known color: Persian Blue. HEX triplet: 04, 2D and DF. RGB value is (4,45,223). Sum of RGB (Red+Green+Blue) = 4+45+223=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 223 (87.5% from 255 or 81.99% from 272); Max value from RGB is 223 - color contains mainly: blue. Hex color #042DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042DDF is #FBD220. Grayscale: #343434. Windows color (decimal): -16503329 or 14626052. OLE color: 14626052.

HSL color Cylindrical-coordinate representation of color #042DDF: hue angle of 228.77º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042DDF is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 45 223 -
CMYK 0.98 0.80 0 0.13
HSL 228.77º 0.96% 0.45% -
HSV(B) 228.77º 0.98% 0.87% -
XYZ 14.31 7.23 70.45 -
YUV 53.03 223.92 93.03 -
System Red Green Blue C M Y K H S L
Decimal 4 45 223 0.98 0.80 0 0.13 228.77 0.96 0.45
Hex 4 2D DF 62 50 0 D E5 60 2D
Octal 4 55 337 142 120 0 15 345 140 55
Binary 100 101101 11011111 1100010 1010000 0 1101 11100101 1100000 101101

Color Harmonies of #042DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042DDF

Black with #042DDF

Text Example


Text Example

White with #042DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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