Html Css Color HEX #083BCB Persian Blue

📋 copy color: '#083BCB'

red 8 ◦ green 59 ◦ blue 203

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

Shades of Persian Blue #083BCB

Tints of Persian Blue #083BCB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.85%

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

R = 2.96%
G = 21.85%
B = 75.19%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#083BCB (or 0x083BCB) is known color: Persian Blue. HEX triplet: 08, 3B and CB. RGB value is (8,59,203). Sum of RGB (Red+Green+Blue) = 8+59+203=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #083BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083BCB is #F7C434. Grayscale: #3B3B3B. Windows color (decimal): -16237621 or 13318920. OLE color: 13318920.

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

Color convert

RGB 8 59 203 -
CMYK 0.96 0.71 0 0.20
HSL 224.31º 0.92% 0.41% -
HSV(B) 224.31º 0.96% 0.8% -
XYZ 12.44 7.49 57.29 -
YUV 60.17 208.6 90.79 -
System Red Green Blue C M Y K H S L
Decimal 8 59 203 0.96 0.71 0 0.20 224.31 0.92 0.41
Hex 8 3B CB 60 47 0 14 E0 5C 29
Octal 10 73 313 140 107 0 24 340 134 51
Binary 1000 111011 11001011 1100000 1000111 0 10100 11100000 1011100 101001

Color Harmonies of #083BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083BCB

Black with #083BCB

Text Example


Text Example

White with #083BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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