Html Css Color HEX #062ADF Persian Blue

📋 copy color: '#062ADF'

red 6 ◦ green 42 ◦ blue 223

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

Shades of Persian Blue #062ADF

Tints of Persian Blue #062ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 82.29%

R = 2.21%
G = 15.5%
B = 82.29%

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

#062ADF (or 0x062ADF) is known color: Persian Blue. HEX triplet: 06, 2A and DF. RGB value is (6,42,223). Sum of RGB (Red+Green+Blue) = 6+42+223=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 223 (87.5% from 255 or 82.29% from 271); Max value from RGB is 223 - color contains mainly: blue. Hex color #062ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062ADF is #F9D520. Grayscale: #333333. Windows color (decimal): -16373025 or 14625286. OLE color: 14625286.

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

Color convert

RGB 6 42 223 -
CMYK 0.97 0.81 0 0.13
HSL 230.05º 0.95% 0.45% -
HSV(B) 230.05º 0.97% 0.87% -
XYZ 14.22 7.02 70.42 -
YUV 51.87 224.57 95.28 -
System Red Green Blue C M Y K H S L
Decimal 6 42 223 0.97 0.81 0 0.13 230.05 0.95 0.45
Hex 6 2A DF 61 51 0 D E6 5F 2D
Octal 6 52 337 141 121 0 15 346 137 55
Binary 110 101010 11011111 1100001 1010001 0 1101 11100110 1011111 101101

Color Harmonies of #062ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062ADF

Black with #062ADF

Text Example


Text Example

White with #062ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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