Html Css Color HEX #0039DD Persian Blue

📋 copy color: '#0039DD'

red 0 ◦ green 57 ◦ blue 221

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

Shades of Persian Blue #0039DD

Tints of Persian Blue #0039DD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 20.5%
B = 79.5%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0039DD (or 0x0039DD) is known color: Persian Blue. HEX triplet: 00, 39 and DD. RGB value is (0,57,221). Sum of RGB (Red+Green+Blue) = 0+57+221=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 221 (86.72% from 255 or 79.50% from 278); Max value from RGB is 221 - color contains mainly: blue. Hex color #0039DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0039DD is #FFC622. Grayscale: #393939. Windows color (decimal): -16762403 or 14498048. OLE color: 14498048.

HSL color Cylindrical-coordinate representation of color #0039DD: hue angle of 224.52º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0039DD is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 57 221 -
CMYK 1 0.74 0 0.13
HSL 224.52º 1% 0.43% -
HSV(B) 224.52º 1% 0.87% -
XYZ 14.51 8.15 69.21 -
YUV 58.65 219.62 86.16 -
System Red Green Blue C M Y K H S L
Decimal 0 57 221 1 0.74 0 0.13 224.52 1 0.43
Hex 0 39 DD 64 4A 0 D E1 64 2B
Octal 0 71 335 144 112 0 15 341 144 53
Binary 0 111001 11011101 1100100 1001010 0 1101 11100001 1100100 101011

Color Harmonies of #0039DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0039DD

Black with #0039DD

Text Example


Text Example

White with #0039DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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