Html Css Color HEX #003EDD Persian Blue

📋 copy color: '#003EDD'

red 0 ◦ green 62 ◦ blue 221

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

Shades of Persian Blue #003EDD

Tints of Persian Blue #003EDD

RGB

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

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

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

R = 0%
G = 21.91%
B = 78.09%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#003EDD (or 0x003EDD) is known color: Persian Blue. HEX triplet: 00, 3E and DD. RGB value is (0,62,221). Sum of RGB (Red+Green+Blue) = 0+62+221=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 221 (86.72% from 255 or 78.09% from 283); Max value from RGB is 221 - color contains mainly: blue. Hex color #003EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003EDD is #FFC122. Grayscale: #3C3C3C. Windows color (decimal): -16761123 or 14499328. OLE color: 14499328.

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

Color convert

RGB 0 62 221 -
CMYK 1 0.72 0 0.13
HSL 223.17º 1% 0.43% -
HSV(B) 223.17º 1% 0.87% -
XYZ 14.77 8.67 69.3 -
YUV 61.59 217.96 84.07 -
System Red Green Blue C M Y K H S L
Decimal 0 62 221 1 0.72 0 0.13 223.17 1 0.43
Hex 0 3E DD 64 48 0 D DF 64 2B
Octal 0 76 335 144 110 0 15 337 144 53
Binary 0 111110 11011101 1100100 1001000 0 1101 11011111 1100100 101011

Color Harmonies of #003EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003EDD

Black with #003EDD

Text Example


Text Example

White with #003EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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