Html Css Color HEX #114DB2 Cobalt

📋 copy color: '#114DB2'

red 17 ◦ green 77 ◦ blue 178

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

Shades of Cobalt #114DB2

Tints of Cobalt #114DB2

RGB

 RED value IS 17 (7.03% from 255) = 6.25%

 GREEN value IS 77 (30.47% from 255) = 28.31%

 BLUE value IS 178 (69.92% from 255) = 65.44%

R = 6.25%
G = 28.31%
B = 65.44%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#114DB2 (or 0x114DB2) is known color: Cobalt. HEX triplet: 11, 4D and B2. RGB value is (17,77,178). Sum of RGB (Red+Green+Blue) = 17+77+178=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 178 (69.92% from 255 or 65.44% from 272); Max value from RGB is 178 - color contains mainly: blue. Hex color #114DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114DB2 is #EEB24D. Grayscale: #464646. Windows color (decimal): -15643214 or 11685137. OLE color: 11685137.

HSL color Cylindrical-coordinate representation of color #114DB2: hue angle of 217.64º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #114DB2 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 17 77 178 -
CMYK 0.90 0.57 0 0.30
HSL 217.64º 0.83% 0.38% -
HSV(B) 217.64º 0.9% 0.7% -
XYZ 10.92 8.64 43.21 -
YUV 70.57 188.62 89.79 -
System Red Green Blue C M Y K H S L
Decimal 17 77 178 0.90 0.57 0 0.30 217.64 0.83 0.38
Hex 11 4D B2 5A 39 0 1E DA 53 26
Octal 21 115 262 132 71 0 36 332 123 46
Binary 10001 1001101 10110010 1011010 111001 0 11110 11011010 1010011 100110

Color Harmonies of #114DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114DB2

Black with #114DB2

Text Example


Text Example

White with #114DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114DB2; }

 p { color: rgb(17,77,178); }

 H1.HeaderClassName
 {
   color: #114DB2;
 }
 .AnyTagClassName
 {
   color: #114DB2;
 }
</style>

background-color css

<style>
 a { background-color: #114DB2; }

 a { background-color: rgb(17,77,178); }

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

border-color css

<style>
 span { border-color: #114DB2; }

 span { border-color: rgb(17,77,178); }

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