Html Css Color HEX #083ECF Persian Blue

📋 copy color: '#083ECF'

red 8 ◦ green 62 ◦ blue 207

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

Shades of Persian Blue #083ECF

Tints of Persian Blue #083ECF

RGB

 RED value IS 8 (3.52% from 255) = 2.89%

 GREEN value IS 62 (24.61% from 255) = 22.38%

 BLUE value IS 207 (81.25% from 255) = 74.73%

R = 2.89%
G = 22.38%
B = 74.73%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#083ECF (or 0x083ECF) is known color: Persian Blue. HEX triplet: 08, 3E and CF. RGB value is (8,62,207). Sum of RGB (Red+Green+Blue) = 8+62+207=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 207 (81.25% from 255 or 74.73% from 277); Max value from RGB is 207 - color contains mainly: blue. Hex color #083ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083ECF is #F7C130. Grayscale: #3D3D3D. Windows color (decimal): -16236849 or 13581832. OLE color: 13581832.

HSL color Cylindrical-coordinate representation of color #083ECF: hue angle of 223.72º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083ECF is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 62 207 -
CMYK 0.96 0.70 0 0.19
HSL 223.72º 0.93% 0.42% -
HSV(B) 223.72º 0.96% 0.81% -
XYZ 13.09 8 59.89 -
YUV 62.38 209.61 89.21 -
System Red Green Blue C M Y K H S L
Decimal 8 62 207 0.96 0.70 0 0.19 223.72 0.93 0.42
Hex 8 3E CF 60 46 0 13 E0 5D 2A
Octal 10 76 317 140 106 0 23 340 135 52
Binary 1000 111110 11001111 1100000 1000110 0 10011 11100000 1011101 101010

Color Harmonies of #083ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083ECF

Black with #083ECF

Text Example


Text Example

White with #083ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083ECF; }

 p { color: rgb(8,62,207); }

 H1.HeaderClassName
 {
   color: #083ECF;
 }
 .AnyTagClassName
 {
   color: #083ECF;
 }
</style>

background-color css

<style>
 a { background-color: #083ECF; }

 a { background-color: rgb(8,62,207); }

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

border-color css

<style>
 span { border-color: #083ECF; }

 span { border-color: rgb(8,62,207); }

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