Html Css Color HEX #426FBF Steel Blue

📋 copy color: '#426FBF'

red 66 ◦ green 111 ◦ blue 191

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

Shades of Steel Blue #426FBF

Tints of Steel Blue #426FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.9%

R = 17.93%
G = 30.16%
B = 51.9%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#426FBF (or 0x426FBF) is known color: Steel Blue. HEX triplet: 42, 6F and BF. RGB value is (66,111,191). Sum of RGB (Red+Green+Blue) = 66+111+191=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #426FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426FBF is #BD9040. Grayscale: #6A6A6A. Windows color (decimal): -12423233 or 12545858. OLE color: 12545858.

HSL color Cylindrical-coordinate representation of color #426FBF: hue angle of 218.4º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #426FBF is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 111 191 -
CMYK 0.65 0.42 0 0.25
HSL 218.4º 0.49% 0.5% -
HSV(B) 218.4º 0.65% 0.75% -
XYZ 17.34 16.29 51.52 -
YUV 106.67 175.59 99 -
System Red Green Blue C M Y K H S L
Decimal 66 111 191 0.65 0.42 0 0.25 218.4 0.49 0.5
Hex 42 6F BF 41 2A 0 19 DA 31 32
Octal 102 157 277 101 52 0 31 332 61 62
Binary 1000010 1101111 10111111 1000001 101010 0 11001 11011010 110001 110010

Color Harmonies of #426FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426FBF

Black with #426FBF

Text Example


Text Example

White with #426FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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