Html Css Color HEX #062DD4 Persian Blue

📋 copy color: '#062DD4'

red 6 ◦ green 45 ◦ blue 212

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

Shades of Persian Blue #062DD4

Tints of Persian Blue #062DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 80.61%

R = 2.28%
G = 17.11%
B = 80.61%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#062DD4 (or 0x062DD4) is known color: Persian Blue. HEX triplet: 06, 2D and D4. RGB value is (6,45,212). Sum of RGB (Red+Green+Blue) = 6+45+212=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 212 (83.20% from 255 or 80.61% from 263); Max value from RGB is 212 - color contains mainly: blue. Hex color #062DD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062DD4 is #F9D22B. Grayscale: #333333. Windows color (decimal): -16372268 or 13905158. OLE color: 13905158.

HSL color Cylindrical-coordinate representation of color #062DD4: hue angle of 228.64º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062DD4 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 6 45 212 -
CMYK 0.97 0.79 0 0.17
HSL 228.64º 0.94% 0.43% -
HSV(B) 228.64º 0.97% 0.83% -
XYZ 12.9 6.67 62.89 -
YUV 52.38 218.08 94.92 -
System Red Green Blue C M Y K H S L
Decimal 6 45 212 0.97 0.79 0 0.17 228.64 0.94 0.43
Hex 6 2D D4 61 4F 0 11 E5 5E 2B
Octal 6 55 324 141 117 0 21 345 136 53
Binary 110 101101 11010100 1100001 1001111 0 10001 11100101 1011110 101011

Color Harmonies of #062DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062DD4

Black with #062DD4

Text Example


Text Example

White with #062DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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