Html Css Color HEX #427FBA Steel Blue

📋 copy color: '#427FBA'

red 66 ◦ green 127 ◦ blue 186

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

Shades of Steel Blue #427FBA

Tints of Steel Blue #427FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 33.51%

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 17.41%
G = 33.51%
B = 49.08%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#427FBA (or 0x427FBA) is known color: Steel Blue. HEX triplet: 42, 7F and BA. RGB value is (66,127,186). Sum of RGB (Red+Green+Blue) = 66+127+186=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #427FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427FBA is #BD8045. Grayscale: #737373. Windows color (decimal): -12419142 or 12222274. OLE color: 12222274.

HSL color Cylindrical-coordinate representation of color #427FBA: hue angle of 209.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #427FBA is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 127 186 -
CMYK 0.65 0.32 0 0.27
HSL 209.5º 0.48% 0.49% -
HSV(B) 209.5º 0.65% 0.73% -
XYZ 18.7 19.88 49.31 -
YUV 115.49 167.79 92.7 -
System Red Green Blue C M Y K H S L
Decimal 66 127 186 0.65 0.32 0 0.27 209.5 0.48 0.49
Hex 42 7F BA 41 20 0 1B D2 30 31
Octal 102 177 272 101 40 0 33 322 60 61
Binary 1000010 1111111 10111010 1000001 100000 0 11011 11010010 110000 110001

Color Harmonies of #427FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427FBA

Black with #427FBA

Text Example


Text Example

White with #427FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427FBA; }

 p { color: rgb(66,127,186); }

 H1.HeaderClassName
 {
   color: #427FBA;
 }
 .AnyTagClassName
 {
   color: #427FBA;
 }
</style>

background-color css

<style>
 a { background-color: #427FBA; }

 a { background-color: rgb(66,127,186); }

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

border-color css

<style>
 span { border-color: #427FBA; }

 span { border-color: rgb(66,127,186); }

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