Html Css Color HEX #082FDF Persian Blue

📋 copy color: '#082FDF'

red 8 ◦ green 47 ◦ blue 223

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

Shades of Persian Blue #082FDF

Tints of Persian Blue #082FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 80.22%

R = 2.88%
G = 16.91%
B = 80.22%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#082FDF (or 0x082FDF) is known color: Persian Blue. HEX triplet: 08, 2F and DF. RGB value is (8,47,223). Sum of RGB (Red+Green+Blue) = 8+47+223=278 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.88% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 223 (87.5% from 255 or 80.22% from 278); Max value from RGB is 223 - color contains mainly: blue. Hex color #082FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082FDF is #F7D020. Grayscale: #363636. Windows color (decimal): -16240673 or 14626568. OLE color: 14626568.

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

Color convert

RGB 8 47 223 -
CMYK 0.96 0.79 0 0.13
HSL 229.12º 0.93% 0.45% -
HSV(B) 229.12º 0.96% 0.87% -
XYZ 14.44 7.41 70.48 -
YUV 55.4 222.58 94.19 -
System Red Green Blue C M Y K H S L
Decimal 8 47 223 0.96 0.79 0 0.13 229.12 0.93 0.45
Hex 8 2F DF 60 4F 0 D E5 5D 2D
Octal 10 57 337 140 117 0 15 345 135 55
Binary 1000 101111 11011111 1100000 1001111 0 1101 11100101 1011101 101101

Color Harmonies of #082FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082FDF

Black with #082FDF

Text Example


Text Example

White with #082FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082FDF; }

 p { color: rgb(8,47,223); }

 H1.HeaderClassName
 {
   color: #082FDF;
 }
 .AnyTagClassName
 {
   color: #082FDF;
 }
</style>

background-color css

<style>
 a { background-color: #082FDF; }

 a { background-color: rgb(8,47,223); }

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

border-color css

<style>
 span { border-color: #082FDF; }

 span { border-color: rgb(8,47,223); }

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