Html Css Color HEX #427FBF Steel Blue

📋 copy color: '#427FBF'

red 66 ◦ green 127 ◦ blue 191

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

Shades of Steel Blue #427FBF

Tints of Steel Blue #427FBF

RGB

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

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

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

R = 17.19%
G = 33.07%
B = 49.74%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#427FBF (or 0x427FBF) is known color: Steel Blue. HEX triplet: 42, 7F and BF. RGB value is (66,127,191). Sum of RGB (Red+Green+Blue) = 66+127+191=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #427FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427FBF is #BD8040. Grayscale: #737373. Windows color (decimal): -12419137 or 12549954. OLE color: 12549954.

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

Color convert

RGB 66 127 191 -
CMYK 0.65 0.34 0 0.25
HSL 210.72º 0.49% 0.5% -
HSV(B) 210.72º 0.65% 0.75% -
XYZ 19.24 20.1 52.16 -
YUV 116.06 170.29 92.3 -
System Red Green Blue C M Y K H S L
Decimal 66 127 191 0.65 0.34 0 0.25 210.72 0.49 0.5
Hex 42 7F BF 41 22 0 19 D3 31 32
Octal 102 177 277 101 42 0 31 323 61 62
Binary 1000010 1111111 10111111 1000001 100010 0 11001 11010011 110001 110010

Color Harmonies of #427FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427FBF

Black with #427FBF

Text Example


Text Example

White with #427FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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