Html Css Color HEX #083DCB Persian Blue

📋 copy color: '#083DCB'

red 8 ◦ green 61 ◦ blue 203

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

Shades of Persian Blue #083DCB

Tints of Persian Blue #083DCB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.43%

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

R = 2.94%
G = 22.43%
B = 74.63%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#083DCB (or 0x083DCB) is known color: Persian Blue. HEX triplet: 08, 3D and CB. RGB value is (8,61,203). Sum of RGB (Red+Green+Blue) = 8+61+203=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 203 (79.69% from 255 or 74.63% from 272); Max value from RGB is 203 - color contains mainly: blue. Hex color #083DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083DCB is #F7C234. Grayscale: #3C3C3C. Windows color (decimal): -16237109 or 13319432. OLE color: 13319432.

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

Color convert

RGB 8 61 203 -
CMYK 0.96 0.70 0 0.20
HSL 223.69º 0.92% 0.41% -
HSV(B) 223.69º 0.96% 0.8% -
XYZ 12.55 7.7 57.32 -
YUV 61.34 207.94 89.95 -
System Red Green Blue C M Y K H S L
Decimal 8 61 203 0.96 0.70 0 0.20 223.69 0.92 0.41
Hex 8 3D CB 60 46 0 14 E0 5C 29
Octal 10 75 313 140 106 0 24 340 134 51
Binary 1000 111101 11001011 1100000 1000110 0 10100 11100000 1011100 101001

Color Harmonies of #083DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083DCB

Black with #083DCB

Text Example


Text Example

White with #083DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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