Html Css Color HEX #0439DD Persian Blue

📋 copy color: '#0439DD'

red 4 ◦ green 57 ◦ blue 221

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

Shades of Persian Blue #0439DD

Tints of Persian Blue #0439DD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.21%

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

R = 1.42%
G = 20.21%
B = 78.37%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0439DD (or 0x0439DD) is known color: Persian Blue. HEX triplet: 04, 39 and DD. RGB value is (4,57,221). Sum of RGB (Red+Green+Blue) = 4+57+221=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 221 (86.72% from 255 or 78.37% from 282); Max value from RGB is 221 - color contains mainly: blue. Hex color #0439DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0439DD is #FBC622. Grayscale: #3B3B3B. Windows color (decimal): -16500259 or 14498052. OLE color: 14498052.

HSL color Cylindrical-coordinate representation of color #0439DD: hue angle of 225.35º 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 #0439DD is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 57 221 -
CMYK 0.98 0.74 0 0.13
HSL 225.35º 0.96% 0.44% -
HSV(B) 225.35º 0.98% 0.87% -
XYZ 14.56 8.17 69.22 -
YUV 59.85 218.94 88.16 -
System Red Green Blue C M Y K H S L
Decimal 4 57 221 0.98 0.74 0 0.13 225.35 0.96 0.44
Hex 4 39 DD 62 4A 0 D E1 60 2C
Octal 4 71 335 142 112 0 15 341 140 54
Binary 100 111001 11011101 1100010 1001010 0 1101 11100001 1100000 101100

Color Harmonies of #0439DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0439DD

Black with #0439DD

Text Example


Text Example

White with #0439DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0439DD; }

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

 H1.HeaderClassName
 {
   color: #0439DD;
 }
 .AnyTagClassName
 {
   color: #0439DD;
 }
</style>

background-color css

<style>
 a { background-color: #0439DD; }

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

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

border-color css

<style>
 span { border-color: #0439DD; }

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

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