Html Css Color HEX #083DFB Blue

📋 copy color: '#083DFB'

red 8 ◦ green 61 ◦ blue 251

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

Shades of Blue #083DFB

Tints of Blue #083DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 78.44%

R = 2.5%
G = 19.06%
B = 78.44%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#083DFB (or 0x083DFB) is known color: Blue. HEX triplet: 08, 3D and FB. RGB value is (8,61,251). Sum of RGB (Red+Green+Blue) = 8+61+251=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 251 (98.44% from 255 or 78.44% from 320); Max value from RGB is 251 - color contains mainly: blue. Hex color #083DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083DFB is #F7C204. Grayscale: #424242. Windows color (decimal): -16237061 or 16465160. OLE color: 16465160.

HSL color Cylindrical-coordinate representation of color #083DFB: hue angle of 226.91º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #083DFB is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 61 251 -
CMYK 0.97 0.76 0 0.02
HSL 226.91º 0.97% 0.51% -
HSV(B) 226.91º 0.97% 0.98% -
XYZ 19.18 10.35 92.25 -
YUV 66.81 231.94 86.05 -
System Red Green Blue C M Y K H S L
Decimal 8 61 251 0.97 0.76 0 0.02 226.91 0.97 0.51
Hex 8 3D FB 61 4C 0 2 E3 61 33
Octal 10 75 373 141 114 0 2 343 141 63
Binary 1000 111101 11111011 1100001 1001100 0 10 11100011 1100001 110011

Color Harmonies of #083DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083DFB

Black with #083DFB

Text Example


Text Example

White with #083DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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