Html Css Color HEX #062DD8 Persian Blue

📋 copy color: '#062DD8'

red 6 ◦ green 45 ◦ blue 216

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

Shades of Persian Blue #062DD8

Tints of Persian Blue #062DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 80.9%

R = 2.25%
G = 16.85%
B = 80.9%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#062DD8 (or 0x062DD8) is known color: Persian Blue. HEX triplet: 06, 2D and D8. RGB value is (6,45,216). Sum of RGB (Red+Green+Blue) = 6+45+216=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 216 (84.77% from 255 or 80.90% from 267); Max value from RGB is 216 - color contains mainly: blue. Hex color #062DD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062DD8 is #F9D227. Grayscale: #343434. Windows color (decimal): -16372264 or 14167302. OLE color: 14167302.

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

Color convert

RGB 6 45 216 -
CMYK 0.97 0.79 0 0.15
HSL 228.86º 0.95% 0.44% -
HSV(B) 228.86º 0.97% 0.85% -
XYZ 13.41 6.87 65.59 -
YUV 52.83 220.08 94.6 -
System Red Green Blue C M Y K H S L
Decimal 6 45 216 0.97 0.79 0 0.15 228.86 0.95 0.44
Hex 6 2D D8 61 4F 0 F E5 5F 2C
Octal 6 55 330 141 117 0 17 345 137 54
Binary 110 101101 11011000 1100001 1001111 0 1111 11100101 1011111 101100

Color Harmonies of #062DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062DD8

Black with #062DD8

Text Example


Text Example

White with #062DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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