Html Css Color HEX #427BC2 Steel Blue

📋 copy color: '#427BC2'

red 66 ◦ green 123 ◦ blue 194

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

Shades of Steel Blue #427BC2

Tints of Steel Blue #427BC2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.11%

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

R = 17.23%
G = 32.11%
B = 50.65%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#427BC2 (or 0x427BC2) is known color: Steel Blue. HEX triplet: 42, 7B and C2. RGB value is (66,123,194). Sum of RGB (Red+Green+Blue) = 66+123+194=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 194 (76.17% from 255 or 50.65% from 383); Max value from RGB is 194 - color contains mainly: blue. Hex color #427BC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427BC2 is #BD843D. Grayscale: #717171. Windows color (decimal): -12420158 or 12745538. OLE color: 12745538.

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

Color convert

RGB 66 123 194 -
CMYK 0.66 0.37 0 0.24
HSL 213.28º 0.51% 0.51% -
HSV(B) 213.28º 0.66% 0.76% -
XYZ 19.07 19.22 53.74 -
YUV 114.05 173.12 93.73 -
System Red Green Blue C M Y K H S L
Decimal 66 123 194 0.66 0.37 0 0.24 213.28 0.51 0.51
Hex 42 7B C2 42 25 0 18 D5 33 33
Octal 102 173 302 102 45 0 30 325 63 63
Binary 1000010 1111011 11000010 1000010 100101 0 11000 11010101 110011 110011

Color Harmonies of #427BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427BC2

Black with #427BC2

Text Example


Text Example

White with #427BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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