Html Css Color HEX #427BC0 Steel Blue

📋 copy color: '#427BC0'

red 66 ◦ green 123 ◦ blue 192

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

Shades of Steel Blue #427BC0

Tints of Steel Blue #427BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.39%

R = 17.32%
G = 32.28%
B = 50.39%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#427BC0 (or 0x427BC0) is known color: Steel Blue. HEX triplet: 42, 7B and C0. RGB value is (66,123,192). Sum of RGB (Red+Green+Blue) = 66+123+192=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #427BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427BC0 is #BD843F. Grayscale: #717171. Windows color (decimal): -12420160 or 12614466. OLE color: 12614466.

HSL color Cylindrical-coordinate representation of color #427BC0: hue angle of 212.86º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #427BC0 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 123 192 -
CMYK 0.66 0.36 0 0.25
HSL 212.86º 0.5% 0.51% -
HSV(B) 212.86º 0.66% 0.75% -
XYZ 18.84 19.13 52.57 -
YUV 113.82 172.12 93.89 -
System Red Green Blue C M Y K H S L
Decimal 66 123 192 0.66 0.36 0 0.25 212.86 0.5 0.51
Hex 42 7B C0 42 24 0 19 D5 32 33
Octal 102 173 300 102 44 0 31 325 62 63
Binary 1000010 1111011 11000000 1000010 100100 0 11001 11010101 110010 110011

Color Harmonies of #427BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427BC0

Black with #427BC0

Text Example


Text Example

White with #427BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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