Html Css Color HEX #083FBB Cobalt

📋 copy color: '#083FBB'

red 8 ◦ green 63 ◦ blue 187

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

Shades of Cobalt #083FBB

Tints of Cobalt #083FBB

RGB

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

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

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

R = 3.1%
G = 24.42%
B = 72.48%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#083FBB (or 0x083FBB) is known color: Cobalt. HEX triplet: 08, 3F and BB. RGB value is (8,63,187). Sum of RGB (Red+Green+Blue) = 8+63+187=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 187 (73.44% from 255 or 72.48% from 258); Max value from RGB is 187 - color contains mainly: blue. Hex color #083FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083FBB is #F7C044. Grayscale: #3C3C3C. Windows color (decimal): -16236613 or 12271368. OLE color: 12271368.

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

Color convert

RGB 8 63 187 -
CMYK 0.96 0.66 0 0.27
HSL 221.56º 0.92% 0.38% -
HSV(B) 221.56º 0.96% 0.73% -
XYZ 10.85 7.19 47.83 -
YUV 60.69 199.28 90.42 -
System Red Green Blue C M Y K H S L
Decimal 8 63 187 0.96 0.66 0 0.27 221.56 0.92 0.38
Hex 8 3F BB 60 42 0 1B DE 5C 26
Octal 10 77 273 140 102 0 33 336 134 46
Binary 1000 111111 10111011 1100000 1000010 0 11011 11011110 1011100 100110

Color Harmonies of #083FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083FBB

Black with #083FBB

Text Example


Text Example

White with #083FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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