Html Css Color HEX #427EC1 Steel Blue

📋 copy color: '#427EC1'

red 66 ◦ green 126 ◦ blue 193

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

Shades of Steel Blue #427EC1

Tints of Steel Blue #427EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.13%

R = 17.14%
G = 32.73%
B = 50.13%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#427EC1 (or 0x427EC1) is known color: Steel Blue. HEX triplet: 42, 7E and C1. RGB value is (66,126,193). Sum of RGB (Red+Green+Blue) = 66+126+193=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #427EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427EC1 is #BD813E. Grayscale: #737373. Windows color (decimal): -12419391 or 12680770. OLE color: 12680770.

HSL color Cylindrical-coordinate representation of color #427EC1: hue angle of 211.65º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #427EC1 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 126 193 -
CMYK 0.66 0.35 0 0.24
HSL 211.65º 0.51% 0.51% -
HSV(B) 211.65º 0.66% 0.76% -
XYZ 19.33 19.93 53.28 -
YUV 115.7 171.62 92.55 -
System Red Green Blue C M Y K H S L
Decimal 66 126 193 0.66 0.35 0 0.24 211.65 0.51 0.51
Hex 42 7E C1 42 23 0 18 D4 33 33
Octal 102 176 301 102 43 0 30 324 63 63
Binary 1000010 1111110 11000001 1000010 100011 0 11000 11010100 110011 110011

Color Harmonies of #427EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427EC1

Black with #427EC1

Text Example


Text Example

White with #427EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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