Html Css Color HEX #062DD5 Persian Blue

📋 copy color: '#062DD5'

red 6 ◦ green 45 ◦ blue 213

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

Shades of Persian Blue #062DD5

Tints of Persian Blue #062DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 80.68%

R = 2.27%
G = 17.05%
B = 80.68%

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

#062DD5 (or 0x062DD5) is known color: Persian Blue. HEX triplet: 06, 2D and D5. RGB value is (6,45,213). Sum of RGB (Red+Green+Blue) = 6+45+213=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 213 (83.59% from 255 or 80.68% from 264); Max value from RGB is 213 - color contains mainly: blue. Hex color #062DD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062DD5 is #F9D22A. Grayscale: #333333. Windows color (decimal): -16372267 or 13970694. OLE color: 13970694.

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

Color convert

RGB 6 45 213 -
CMYK 0.97 0.79 0 0.16
HSL 228.7º 0.95% 0.43% -
HSV(B) 228.7º 0.97% 0.84% -
XYZ 13.02 6.72 63.56 -
YUV 52.49 218.58 94.84 -
System Red Green Blue C M Y K H S L
Decimal 6 45 213 0.97 0.79 0 0.16 228.7 0.95 0.43
Hex 6 2D D5 61 4F 0 10 E5 5F 2B
Octal 6 55 325 141 117 0 20 345 137 53
Binary 110 101101 11010101 1100001 1001111 0 10000 11100101 1011111 101011

Color Harmonies of #062DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062DD5

Black with #062DD5

Text Example


Text Example

White with #062DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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