Html Css Color HEX #062FE0 Persian Blue

📋 copy color: '#062FE0'

red 6 ◦ green 47 ◦ blue 224

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

Shades of Persian Blue #062FE0

Tints of Persian Blue #062FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 80.87%

R = 2.17%
G = 16.97%
B = 80.87%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#062FE0 (or 0x062FE0) is known color: Persian Blue. HEX triplet: 06, 2F and E0. RGB value is (6,47,224). Sum of RGB (Red+Green+Blue) = 6+47+224=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 224 (87.89% from 255 or 80.87% from 277); Max value from RGB is 224 - color contains mainly: blue. Hex color #062FE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062FE0 is #F9D01F. Grayscale: #363636. Windows color (decimal): -16371744 or 14692102. OLE color: 14692102.

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

Color convert

RGB 6 47 224 -
CMYK 0.97 0.79 0 0.12
HSL 228.72º 0.95% 0.45% -
HSV(B) 228.72º 0.97% 0.88% -
XYZ 14.55 7.45 71.19 -
YUV 54.92 223.42 93.11 -
System Red Green Blue C M Y K H S L
Decimal 6 47 224 0.97 0.79 0 0.12 228.72 0.95 0.45
Hex 6 2F E0 61 4F 0 C E5 5F 2D
Octal 6 57 340 141 117 0 14 345 137 55
Binary 110 101111 11100000 1100001 1001111 0 1100 11100101 1011111 101101

Color Harmonies of #062FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062FE0

Black with #062FE0

Text Example


Text Example

White with #062FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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