Html Css Color HEX #082ACB Persian Blue

📋 copy color: '#082ACB'

red 8 ◦ green 42 ◦ blue 203

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

Shades of Persian Blue #082ACB

Tints of Persian Blue #082ACB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.6%

 BLUE value IS 203 (79.69% from 255) = 80.24%

R = 3.16%
G = 16.6%
B = 80.24%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#082ACB (or 0x082ACB) is known color: Persian Blue. HEX triplet: 08, 2A and CB. RGB value is (8,42,203). Sum of RGB (Red+Green+Blue) = 8+42+203=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 203 (79.69% from 255 or 80.24% from 253); Max value from RGB is 203 - color contains mainly: blue. Hex color #082ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082ACB is #F7D534. Grayscale: #313131. Windows color (decimal): -16241973 or 13314568. OLE color: 13314568.

HSL color Cylindrical-coordinate representation of color #082ACB: hue angle of 229.54º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082ACB is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 42 203 -
CMYK 0.96 0.79 0 0.20
HSL 229.54º 0.92% 0.41% -
HSV(B) 229.54º 0.96% 0.8% -
XYZ 11.71 6.02 57.04 -
YUV 50.19 214.24 97.91 -
System Red Green Blue C M Y K H S L
Decimal 8 42 203 0.96 0.79 0 0.20 229.54 0.92 0.41
Hex 8 2A CB 60 4F 0 14 E6 5C 29
Octal 10 52 313 140 117 0 24 346 134 51
Binary 1000 101010 11001011 1100000 1001111 0 10100 11100110 1011100 101001

Color Harmonies of #082ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082ACB

Black with #082ACB

Text Example


Text Example

White with #082ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,42,203); }

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

background-color css

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

 a { background-color: rgb(8,42,203); }

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

border-color css

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

 span { border-color: rgb(8,42,203); }

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