Html Css Color HEX #083FCB Persian Blue

📋 copy color: '#083FCB'

red 8 ◦ green 63 ◦ blue 203

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

Shades of Persian Blue #083FCB

Tints of Persian Blue #083FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 22.99%

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

R = 2.92%
G = 22.99%
B = 74.09%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#083FCB (or 0x083FCB) is known color: Persian Blue. HEX triplet: 08, 3F and CB. RGB value is (8,63,203). Sum of RGB (Red+Green+Blue) = 8+63+203=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 203 (79.69% from 255 or 74.09% from 274); Max value from RGB is 203 - color contains mainly: blue. Hex color #083FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083FCB is #F7C034. Grayscale: #3D3D3D. Windows color (decimal): -16236597 or 13319944. OLE color: 13319944.

HSL color Cylindrical-coordinate representation of color #083FCB: hue angle of 223.08º 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 #083FCB is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 63 203 -
CMYK 0.96 0.69 0 0.20
HSL 223.08º 0.92% 0.41% -
HSV(B) 223.08º 0.96% 0.8% -
XYZ 12.66 7.92 57.36 -
YUV 62.52 207.28 89.12 -
System Red Green Blue C M Y K H S L
Decimal 8 63 203 0.96 0.69 0 0.20 223.08 0.92 0.41
Hex 8 3F CB 60 45 0 14 DF 5C 29
Octal 10 77 313 140 105 0 24 337 134 51
Binary 1000 111111 11001011 1100000 1000101 0 10100 11011111 1011100 101001

Color Harmonies of #083FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083FCB

Black with #083FCB

Text Example


Text Example

White with #083FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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