Html Css Color HEX #062DD7 Persian Blue

📋 copy color: '#062DD7'

red 6 ◦ green 45 ◦ blue 215

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

Shades of Persian Blue #062DD7

Tints of Persian Blue #062DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 80.83%

R = 2.26%
G = 16.92%
B = 80.83%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#062DD7 (or 0x062DD7) is known color: Persian Blue. HEX triplet: 06, 2D and D7. RGB value is (6,45,215). Sum of RGB (Red+Green+Blue) = 6+45+215=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 215 (84.38% from 255 or 80.83% from 266); Max value from RGB is 215 - color contains mainly: blue. Hex color #062DD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062DD7 is #F9D228. Grayscale: #343434. Windows color (decimal): -16372265 or 14101766. OLE color: 14101766.

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

Color convert

RGB 6 45 215 -
CMYK 0.97 0.79 0 0.16
HSL 228.8º 0.95% 0.43% -
HSV(B) 228.8º 0.97% 0.84% -
XYZ 13.28 6.82 64.91 -
YUV 52.72 219.58 94.68 -
System Red Green Blue C M Y K H S L
Decimal 6 45 215 0.97 0.79 0 0.16 228.8 0.95 0.43
Hex 6 2D D7 61 4F 0 10 E5 5F 2B
Octal 6 55 327 141 117 0 20 345 137 53
Binary 110 101101 11010111 1100001 1001111 0 10000 11100101 1011111 101011

Color Harmonies of #062DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062DD7

Black with #062DD7

Text Example


Text Example

White with #062DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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