Html Css Color HEX #427FBB Steel Blue

📋 copy color: '#427FBB'

red 66 ◦ green 127 ◦ blue 187

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

Shades of Steel Blue #427FBB

Tints of Steel Blue #427FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 17.37%
G = 33.42%
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

#427FBB (or 0x427FBB) is known color: Steel Blue. HEX triplet: 42, 7F and BB. RGB value is (66,127,187). Sum of RGB (Red+Green+Blue) = 66+127+187=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #427FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427FBB is #BD8044. Grayscale: #737373. Windows color (decimal): -12419141 or 12287810. OLE color: 12287810.

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

Color convert

RGB 66 127 187 -
CMYK 0.65 0.32 0 0.27
HSL 209.75º 0.48% 0.5% -
HSV(B) 209.75º 0.65% 0.73% -
XYZ 18.81 19.92 49.87 -
YUV 115.6 168.29 92.62 -
System Red Green Blue C M Y K H S L
Decimal 66 127 187 0.65 0.32 0 0.27 209.75 0.48 0.5
Hex 42 7F BB 41 20 0 1B D2 30 32
Octal 102 177 273 101 40 0 33 322 60 62
Binary 1000010 1111111 10111011 1000001 100000 0 11011 11010010 110000 110010

Color Harmonies of #427FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427FBB

Black with #427FBB

Text Example


Text Example

White with #427FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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