Html Css Color HEX #062EDD Persian Blue

📋 copy color: '#062EDD'

red 6 ◦ green 46 ◦ blue 221

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

Shades of Persian Blue #062EDD

Tints of Persian Blue #062EDD

RGB

 RED value IS 6 (2.73% from 255) = 2.2%

 GREEN value IS 46 (18.36% from 255) = 16.85%

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

R = 2.2%
G = 16.85%
B = 80.95%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#062EDD (or 0x062EDD) is known color: Persian Blue. HEX triplet: 06, 2E and DD. RGB value is (6,46,221). Sum of RGB (Red+Green+Blue) = 6+46+221=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 221 (86.72% from 255 or 80.95% from 273); Max value from RGB is 221 - color contains mainly: blue. Hex color #062EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062EDD is #F9D122. Grayscale: #353535. Windows color (decimal): -16372003 or 14495238. OLE color: 14495238.

HSL color Cylindrical-coordinate representation of color #062EDD: hue angle of 228.84º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062EDD is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 46 221 -
CMYK 0.97 0.79 0 0.13
HSL 228.84º 0.95% 0.45% -
HSV(B) 228.84º 0.97% 0.87% -
XYZ 14.1 7.21 69.06 -
YUV 53.99 222.25 93.77 -
System Red Green Blue C M Y K H S L
Decimal 6 46 221 0.97 0.79 0 0.13 228.84 0.95 0.45
Hex 6 2E DD 61 4F 0 D E5 5F 2D
Octal 6 56 335 141 117 0 15 345 137 55
Binary 110 101110 11011101 1100001 1001111 0 1101 11100101 1011111 101101

Color Harmonies of #062EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062EDD

Black with #062EDD

Text Example


Text Example

White with #062EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,46,221); }

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

background-color css

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

 a { background-color: rgb(6,46,221); }

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

border-color css

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

 span { border-color: rgb(6,46,221); }

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