Html Css Color HEX #427EC2 Steel Blue

📋 copy color: '#427EC2'

red 66 ◦ green 126 ◦ blue 194

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

Shades of Steel Blue #427EC2

Tints of Steel Blue #427EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50.26%

R = 17.1%
G = 32.64%
B = 50.26%

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

#427EC2 (or 0x427EC2) is known color: Steel Blue. HEX triplet: 42, 7E and C2. RGB value is (66,126,194). Sum of RGB (Red+Green+Blue) = 66+126+194=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #427EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427EC2 is #BD813D. Grayscale: #737373. Windows color (decimal): -12419390 or 12746306. OLE color: 12746306.

HSL color Cylindrical-coordinate representation of color #427EC2: hue angle of 211.88º 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 #427EC2 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 126 194 -
CMYK 0.66 0.35 0 0.24
HSL 211.88º 0.51% 0.51% -
HSV(B) 211.88º 0.66% 0.76% -
XYZ 19.45 19.98 53.87 -
YUV 115.81 172.12 92.47 -
System Red Green Blue C M Y K H S L
Decimal 66 126 194 0.66 0.35 0 0.24 211.88 0.51 0.51
Hex 42 7E C2 42 23 0 18 D4 33 33
Octal 102 176 302 102 43 0 30 324 63 63
Binary 1000010 1111110 11000010 1000010 100011 0 11000 11010100 110011 110011

Color Harmonies of #427EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427EC2

Black with #427EC2

Text Example


Text Example

White with #427EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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