Html Css Color HEX #062DCD Persian Blue

📋 copy color: '#062DCD'

red 6 ◦ green 45 ◦ blue 205

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

Shades of Persian Blue #062DCD

Tints of Persian Blue #062DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 80.08%

R = 2.34%
G = 17.58%
B = 80.08%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#062DCD (or 0x062DCD) is known color: Persian Blue. HEX triplet: 06, 2D and CD. RGB value is (6,45,205). Sum of RGB (Red+Green+Blue) = 6+45+205=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 205 (80.47% from 255 or 80.08% from 256); Max value from RGB is 205 - color contains mainly: blue. Hex color #062DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062DCD is #F9D232. Grayscale: #323232. Windows color (decimal): -16372275 or 13446406. OLE color: 13446406.

HSL color Cylindrical-coordinate representation of color #062DCD: hue angle of 228.24º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062DCD is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 45 205 -
CMYK 0.97 0.78 0 0.20
HSL 228.24º 0.94% 0.41% -
HSV(B) 228.24º 0.97% 0.8% -
XYZ 12.03 6.32 58.34 -
YUV 51.58 214.58 95.49 -
System Red Green Blue C M Y K H S L
Decimal 6 45 205 0.97 0.78 0 0.20 228.24 0.94 0.41
Hex 6 2D CD 61 4E 0 14 E4 5E 29
Octal 6 55 315 141 116 0 24 344 136 51
Binary 110 101101 11001101 1100001 1001110 0 10100 11100100 1011110 101001

Color Harmonies of #062DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062DCD

Black with #062DCD

Text Example


Text Example

White with #062DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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