Html Css Color HEX #083FBC Cobalt

📋 copy color: '#083FBC'

red 8 ◦ green 63 ◦ blue 188

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

Shades of Cobalt #083FBC

Tints of Cobalt #083FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 72.59%

R = 3.09%
G = 24.32%
B = 72.59%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#083FBC (or 0x083FBC) is known color: Cobalt. HEX triplet: 08, 3F and BC. RGB value is (8,63,188). Sum of RGB (Red+Green+Blue) = 8+63+188=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 188 (73.83% from 255 or 72.59% from 259); Max value from RGB is 188 - color contains mainly: blue. Hex color #083FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083FBC is #F7C043. Grayscale: #3C3C3C. Windows color (decimal): -16236612 or 12336904. OLE color: 12336904.

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

Color convert

RGB 8 63 188 -
CMYK 0.96 0.66 0 0.26
HSL 221.67º 0.92% 0.38% -
HSV(B) 221.67º 0.96% 0.74% -
XYZ 10.95 7.24 48.4 -
YUV 60.81 199.78 90.34 -
System Red Green Blue C M Y K H S L
Decimal 8 63 188 0.96 0.66 0 0.26 221.67 0.92 0.38
Hex 8 3F BC 60 42 0 1A DE 5C 26
Octal 10 77 274 140 102 0 32 336 134 46
Binary 1000 111111 10111100 1100000 1000010 0 11010 11011110 1011100 100110

Color Harmonies of #083FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083FBC

Black with #083FBC

Text Example


Text Example

White with #083FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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