Html Css Color HEX #426FBC Steel Blue

📋 copy color: '#426FBC'

red 66 ◦ green 111 ◦ blue 188

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

Shades of Steel Blue #426FBC

Tints of Steel Blue #426FBC

RGB

 RED value IS 66 (26.17% from 255) = 18.08%

 GREEN value IS 111 (43.75% from 255) = 30.41%

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

R = 18.08%
G = 30.41%
B = 51.51%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#426FBC (or 0x426FBC) is known color: Steel Blue. HEX triplet: 42, 6F and BC. RGB value is (66,111,188). Sum of RGB (Red+Green+Blue) = 66+111+188=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #426FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426FBC is #BD9043. Grayscale: #696969. Windows color (decimal): -12423236 or 12349250. OLE color: 12349250.

HSL color Cylindrical-coordinate representation of color #426FBC: hue angle of 217.87º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #426FBC is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 111 188 -
CMYK 0.65 0.41 0 0.26
HSL 217.87º 0.48% 0.5% -
HSV(B) 217.87º 0.65% 0.74% -
XYZ 17.01 16.16 49.8 -
YUV 106.32 174.09 99.24 -
System Red Green Blue C M Y K H S L
Decimal 66 111 188 0.65 0.41 0 0.26 217.87 0.48 0.5
Hex 42 6F BC 41 29 0 1A DA 30 32
Octal 102 157 274 101 51 0 32 332 60 62
Binary 1000010 1101111 10111100 1000001 101001 0 11010 11011010 110000 110010

Color Harmonies of #426FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426FBC

Black with #426FBC

Text Example


Text Example

White with #426FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,111,188); }

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

background-color css

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

 a { background-color: rgb(66,111,188); }

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

border-color css

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

 span { border-color: rgb(66,111,188); }

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