Html Css Color HEX #003ED0 Persian Blue

📋 copy color: '#003ED0'

red 0 ◦ green 62 ◦ blue 208

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

Shades of Persian Blue #003ED0

Tints of Persian Blue #003ED0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.96%

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

R = 0%
G = 22.96%
B = 77.04%

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

#003ED0 (or 0x003ED0) is known color: Persian Blue. HEX triplet: 00, 3E and D0. RGB value is (0,62,208). Sum of RGB (Red+Green+Blue) = 0+62+208=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 208 (81.64% from 255 or 77.04% from 270); Max value from RGB is 208 - color contains mainly: blue. Hex color #003ED0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003ED0 is #FFC12F. Grayscale: #3B3B3B. Windows color (decimal): -16761136 or 13647360. OLE color: 13647360.

HSL color Cylindrical-coordinate representation of color #003ED0: hue angle of 222.12º 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 #003ED0 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 62 208 -
CMYK 1 0.70 0 0.18
HSL 222.12º 1% 0.41% -
HSV(B) 222.12º 1% 0.82% -
XYZ 13.11 8 60.53 -
YUV 60.11 211.46 85.13 -
System Red Green Blue C M Y K H S L
Decimal 0 62 208 1 0.70 0 0.18 222.12 1 0.41
Hex 0 3E D0 64 46 0 12 DE 64 29
Octal 0 76 320 144 106 0 22 336 144 51
Binary 0 111110 11010000 1100100 1000110 0 10010 11011110 1100100 101001

Color Harmonies of #003ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003ED0

Black with #003ED0

Text Example


Text Example

White with #003ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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