Html Css Color HEX #074DBC Cobalt

📋 copy color: '#074DBC'

red 7 ◦ green 77 ◦ blue 188

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

Shades of Cobalt #074DBC

Tints of Cobalt #074DBC

RGB

 RED value IS 7 (3.13% from 255) = 2.57%

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

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

R = 2.57%
G = 28.31%
B = 69.12%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#074DBC (or 0x074DBC) is known color: Cobalt. HEX triplet: 07, 4D and BC. RGB value is (7,77,188). Sum of RGB (Red+Green+Blue) = 7+77+188=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 188 (73.83% from 255 or 69.12% from 272); Max value from RGB is 188 - color contains mainly: blue. Hex color #074DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074DBC is #F8B243. Grayscale: #444444. Windows color (decimal): -16298564 or 12340487. OLE color: 12340487.

HSL color Cylindrical-coordinate representation of color #074DBC: hue angle of 216.8º degrees, saturation: 0.93, 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 #074DBC is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 77 188 -
CMYK 0.96 0.59 0 0.26
HSL 216.8º 0.93% 0.38% -
HSV(B) 216.8º 0.96% 0.74% -
XYZ 11.82 8.98 48.69 -
YUV 68.72 195.31 83.97 -
System Red Green Blue C M Y K H S L
Decimal 7 77 188 0.96 0.59 0 0.26 216.8 0.93 0.38
Hex 7 4D BC 60 3B 0 1A D9 5D 26
Octal 7 115 274 140 73 0 32 331 135 46
Binary 111 1001101 10111100 1100000 111011 0 11010 11011001 1011101 100110

Color Harmonies of #074DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074DBC

Black with #074DBC

Text Example


Text Example

White with #074DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074DBC; }

 p { color: rgb(7,77,188); }

 H1.HeaderClassName
 {
   color: #074DBC;
 }
 .AnyTagClassName
 {
   color: #074DBC;
 }
</style>

background-color css

<style>
 a { background-color: #074DBC; }

 a { background-color: rgb(7,77,188); }

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

border-color css

<style>
 span { border-color: #074DBC; }

 span { border-color: rgb(7,77,188); }

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