Html Css Color HEX #042BDD Persian Blue

📋 copy color: '#042BDD'

red 4 ◦ green 43 ◦ blue 221

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

Shades of Persian Blue #042BDD

Tints of Persian Blue #042BDD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.04%

 BLUE value IS 221 (86.72% from 255) = 82.46%

R = 1.49%
G = 16.04%
B = 82.46%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#042BDD (or 0x042BDD) is known color: Persian Blue. HEX triplet: 04, 2B and DD. RGB value is (4,43,221). Sum of RGB (Red+Green+Blue) = 4+43+221=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 221 (86.72% from 255 or 82.46% from 268); Max value from RGB is 221 - color contains mainly: blue. Hex color #042BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042BDD is #FBD422. Grayscale: #323232. Windows color (decimal): -16503843 or 14494468. OLE color: 14494468.

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

Color convert

RGB 4 43 221 -
CMYK 0.98 0.81 0 0.13
HSL 229.22º 0.96% 0.44% -
HSV(B) 229.22º 0.98% 0.87% -
XYZ 13.97 6.97 69.02 -
YUV 51.63 223.58 94.03 -
System Red Green Blue C M Y K H S L
Decimal 4 43 221 0.98 0.81 0 0.13 229.22 0.96 0.44
Hex 4 2B DD 62 51 0 D E5 60 2C
Octal 4 53 335 142 121 0 15 345 140 54
Binary 100 101011 11011101 1100010 1010001 0 1101 11100101 1100000 101100

Color Harmonies of #042BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042BDD

Black with #042BDD

Text Example


Text Example

White with #042BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,43,221); }

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

background-color css

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

 a { background-color: rgb(4,43,221); }

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

border-color css

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

 span { border-color: rgb(4,43,221); }

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