Html Css Color HEX #0039DF Persian Blue

📋 copy color: '#0039DF'

red 0 ◦ green 57 ◦ blue 223

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

Shades of Persian Blue #0039DF

Tints of Persian Blue #0039DF

RGB

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

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

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

R = 0%
G = 20.36%
B = 79.64%

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

#0039DF (or 0x0039DF) is known color: Persian Blue. HEX triplet: 00, 39 and DF. RGB value is (0,57,223). Sum of RGB (Red+Green+Blue) = 0+57+223=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 223 (87.5% from 255 or 79.64% from 280); Max value from RGB is 223 - color contains mainly: blue. Hex color #0039DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0039DF is #FFC620. Grayscale: #3A3A3A. Windows color (decimal): -16762401 or 14629120. OLE color: 14629120.

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

Color convert

RGB 0 57 223 -
CMYK 1 0.74 0 0.13
HSL 224.66º 1% 0.44% -
HSV(B) 224.66º 1% 0.87% -
XYZ 14.78 8.25 70.63 -
YUV 58.88 220.62 86 -
System Red Green Blue C M Y K H S L
Decimal 0 57 223 1 0.74 0 0.13 224.66 1 0.44
Hex 0 39 DF 64 4A 0 D E1 64 2C
Octal 0 71 337 144 112 0 15 341 144 54
Binary 0 111001 11011111 1100100 1001010 0 1101 11100001 1100100 101100

Color Harmonies of #0039DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0039DF

Black with #0039DF

Text Example


Text Example

White with #0039DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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