Html Css Color HEX #062ADD Persian Blue

📋 copy color: '#062ADD'

red 6 ◦ green 42 ◦ blue 221

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

Shades of Persian Blue #062ADD

Tints of Persian Blue #062ADD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.61%

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

R = 2.23%
G = 15.61%
B = 82.16%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#062ADD (or 0x062ADD) is known color: Persian Blue. HEX triplet: 06, 2A and DD. RGB value is (6,42,221). Sum of RGB (Red+Green+Blue) = 6+42+221=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 221 (86.72% from 255 or 82.16% from 269); Max value from RGB is 221 - color contains mainly: blue. Hex color #062ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062ADD is #F9D522. Grayscale: #323232. Windows color (decimal): -16373027 or 14494214. OLE color: 14494214.

HSL color Cylindrical-coordinate representation of color #062ADD: hue angle of 229.95º 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 #062ADD is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 42 221 -
CMYK 0.97 0.81 0 0.13
HSL 229.95º 0.95% 0.45% -
HSV(B) 229.95º 0.97% 0.87% -
XYZ 13.95 6.92 69.01 -
YUV 51.64 223.57 95.45 -
System Red Green Blue C M Y K H S L
Decimal 6 42 221 0.97 0.81 0 0.13 229.95 0.95 0.45
Hex 6 2A DD 61 51 0 D E6 5F 2D
Octal 6 52 335 141 121 0 15 346 137 55
Binary 110 101010 11011101 1100001 1010001 0 1101 11100110 1011111 101101

Color Harmonies of #062ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062ADD

Black with #062ADD

Text Example


Text Example

White with #062ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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