Html Css Color HEX #083DBB Persian Blue

📋 copy color: '#083DBB'

red 8 ◦ green 61 ◦ blue 187

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

Shades of Persian Blue #083DBB

Tints of Persian Blue #083DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 73.05%

R = 3.13%
G = 23.83%
B = 73.05%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#083DBB (or 0x083DBB) is known color: Persian Blue. HEX triplet: 08, 3D and BB. RGB value is (8,61,187). Sum of RGB (Red+Green+Blue) = 8+61+187=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #083DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083DBB is #F7C244. Grayscale: #3A3A3A. Windows color (decimal): -16237125 or 12270856. OLE color: 12270856.

HSL color Cylindrical-coordinate representation of color #083DBB: hue angle of 222.23º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083DBB is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 61 187 -
CMYK 0.96 0.67 0 0.27
HSL 222.23º 0.92% 0.38% -
HSV(B) 222.23º 0.96% 0.73% -
XYZ 10.74 6.98 47.79 -
YUV 59.52 199.94 91.25 -
System Red Green Blue C M Y K H S L
Decimal 8 61 187 0.96 0.67 0 0.27 222.23 0.92 0.38
Hex 8 3D BB 60 43 0 1B DE 5C 26
Octal 10 75 273 140 103 0 33 336 134 46
Binary 1000 111101 10111011 1100000 1000011 0 11011 11011110 1011100 100110

Color Harmonies of #083DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083DBB

Black with #083DBB

Text Example


Text Example

White with #083DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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