Html Css Color HEX #427ABA Steel Blue

📋 copy color: '#427ABA'

red 66 ◦ green 122 ◦ blue 186

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

Shades of Steel Blue #427ABA

Tints of Steel Blue #427ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.62%

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

R = 17.65%
G = 32.62%
B = 49.73%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#427ABA (or 0x427ABA) is known color: Steel Blue. HEX triplet: 42, 7A and BA. RGB value is (66,122,186). Sum of RGB (Red+Green+Blue) = 66+122+186=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #427ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427ABA is #BD8545. Grayscale: #707070. Windows color (decimal): -12420422 or 12220994. OLE color: 12220994.

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

Color convert

RGB 66 122 186 -
CMYK 0.65 0.34 0 0.27
HSL 212º 0.48% 0.49% -
HSV(B) 212º 0.65% 0.73% -
XYZ 18.07 18.62 49.1 -
YUV 112.55 169.45 94.8 -
System Red Green Blue C M Y K H S L
Decimal 66 122 186 0.65 0.34 0 0.27 212 0.48 0.49
Hex 42 7A BA 41 22 0 1B D4 30 31
Octal 102 172 272 101 42 0 33 324 60 61
Binary 1000010 1111010 10111010 1000001 100010 0 11011 11010100 110000 110001

Color Harmonies of #427ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427ABA

Black with #427ABA

Text Example


Text Example

White with #427ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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