Html Css Color HEX #427EBA Steel Blue

📋 copy color: '#427EBA'

red 66 ◦ green 126 ◦ blue 186

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

Shades of Steel Blue #427EBA

Tints of Steel Blue #427EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.33%

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

R = 17.46%
G = 33.33%
B = 49.21%

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

#427EBA (or 0x427EBA) is known color: Steel Blue. HEX triplet: 42, 7E and BA. RGB value is (66,126,186). Sum of RGB (Red+Green+Blue) = 66+126+186=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #427EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427EBA is #BD8145. Grayscale: #727272. Windows color (decimal): -12419398 or 12222018. OLE color: 12222018.

HSL color Cylindrical-coordinate representation of color #427EBA: hue angle of 210º 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 #427EBA is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 126 186 -
CMYK 0.65 0.32 0 0.27
HSL 210º 0.48% 0.49% -
HSV(B) 210º 0.65% 0.73% -
XYZ 18.57 19.63 49.26 -
YUV 114.9 168.12 93.12 -
System Red Green Blue C M Y K H S L
Decimal 66 126 186 0.65 0.32 0 0.27 210 0.48 0.49
Hex 42 7E BA 41 20 0 1B D2 30 31
Octal 102 176 272 101 40 0 33 322 60 61
Binary 1000010 1111110 10111010 1000001 100000 0 11011 11010010 110000 110001

Color Harmonies of #427EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427EBA

Black with #427EBA

Text Example


Text Example

White with #427EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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