Html Css Color HEX #062DDD Persian Blue

📋 copy color: '#062DDD'

red 6 ◦ green 45 ◦ blue 221

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

Shades of Persian Blue #062DDD

Tints of Persian Blue #062DDD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.54%

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

R = 2.21%
G = 16.54%
B = 81.25%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#062DDD (or 0x062DDD) is known color: Persian Blue. HEX triplet: 06, 2D and DD. RGB value is (6,45,221). Sum of RGB (Red+Green+Blue) = 6+45+221=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 221 (86.72% from 255 or 81.25% from 272); Max value from RGB is 221 - color contains mainly: blue. Hex color #062DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062DDD is #F9D222. Grayscale: #343434. Windows color (decimal): -16372259 or 14494982. OLE color: 14494982.

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

Color convert

RGB 6 45 221 -
CMYK 0.97 0.80 0 0.13
HSL 229.12º 0.95% 0.45% -
HSV(B) 229.12º 0.97% 0.87% -
XYZ 14.06 7.14 69.04 -
YUV 53.4 222.58 94.19 -
System Red Green Blue C M Y K H S L
Decimal 6 45 221 0.97 0.80 0 0.13 229.12 0.95 0.45
Hex 6 2D DD 61 50 0 D E5 5F 2D
Octal 6 55 335 141 120 0 15 345 137 55
Binary 110 101101 11011101 1100001 1010000 0 1101 11100101 1011111 101101

Color Harmonies of #062DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062DDD

Black with #062DDD

Text Example


Text Example

White with #062DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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