Html Css Color HEX #062FDD Persian Blue

📋 copy color: '#062FDD'

red 6 ◦ green 47 ◦ blue 221

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

Shades of Persian Blue #062FDD

Tints of Persian Blue #062FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.15%

 BLUE value IS 221 (86.72% from 255) = 80.66%

R = 2.19%
G = 17.15%
B = 80.66%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#062FDD (or 0x062FDD) is known color: Persian Blue. HEX triplet: 06, 2F and DD. RGB value is (6,47,221). Sum of RGB (Red+Green+Blue) = 6+47+221=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 221 (86.72% from 255 or 80.66% from 274); Max value from RGB is 221 - color contains mainly: blue. Hex color #062FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062FDD is #F9D022. Grayscale: #353535. Windows color (decimal): -16371747 or 14495494. OLE color: 14495494.

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

Color convert

RGB 6 47 221 -
CMYK 0.97 0.79 0 0.13
HSL 228.56º 0.95% 0.45% -
HSV(B) 228.56º 0.97% 0.87% -
XYZ 14.14 7.29 69.07 -
YUV 54.58 221.92 93.35 -
System Red Green Blue C M Y K H S L
Decimal 6 47 221 0.97 0.79 0 0.13 228.56 0.95 0.45
Hex 6 2F DD 61 4F 0 D E5 5F 2D
Octal 6 57 335 141 117 0 15 345 137 55
Binary 110 101111 11011101 1100001 1001111 0 1101 11100101 1011111 101101

Color Harmonies of #062FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062FDD

Black with #062FDD

Text Example


Text Example

White with #062FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,47,221); }

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

background-color css

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

 a { background-color: rgb(6,47,221); }

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

border-color css

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

 span { border-color: rgb(6,47,221); }

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