Html Css Color HEX #003FD0 Persian Blue

📋 copy color: '#003FD0'

red 0 ◦ green 63 ◦ blue 208

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

Shades of Persian Blue #003FD0

Tints of Persian Blue #003FD0

RGB

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

 GREEN value IS 63 (25% from 255) = 23.25%

 BLUE value IS 208 (81.64% from 255) = 76.75%

R = 0%
G = 23.25%
B = 76.75%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#003FD0 (or 0x003FD0) is known color: Persian Blue. HEX triplet: 00, 3F and D0. RGB value is (0,63,208). Sum of RGB (Red+Green+Blue) = 0+63+208=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 208 (81.64% from 255 or 76.75% from 271); Max value from RGB is 208 - color contains mainly: blue. Hex color #003FD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003FD0 is #FFC02F. Grayscale: #3C3C3C. Windows color (decimal): -16760880 or 13647616. OLE color: 13647616.

HSL color Cylindrical-coordinate representation of color #003FD0: hue angle of 221.83º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003FD0 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 63 208 -
CMYK 1 0.70 0 0.18
HSL 221.83º 1% 0.41% -
HSV(B) 221.83º 1% 0.82% -
XYZ 13.16 8.11 60.55 -
YUV 60.69 211.13 84.71 -
System Red Green Blue C M Y K H S L
Decimal 0 63 208 1 0.70 0 0.18 221.83 1 0.41
Hex 0 3F D0 64 46 0 12 DE 64 29
Octal 0 77 320 144 106 0 22 336 144 51
Binary 0 111111 11010000 1100100 1000110 0 10010 11011110 1100100 101001

Color Harmonies of #003FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003FD0

Black with #003FD0

Text Example


Text Example

White with #003FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003FD0; }

 p { color: rgb(0,63,208); }

 H1.HeaderClassName
 {
   color: #003FD0;
 }
 .AnyTagClassName
 {
   color: #003FD0;
 }
</style>

background-color css

<style>
 a { background-color: #003FD0; }

 a { background-color: rgb(0,63,208); }

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

border-color css

<style>
 span { border-color: #003FD0; }

 span { border-color: rgb(0,63,208); }

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