Html Css Color HEX #427ABF Steel Blue

📋 copy color: '#427ABF'

red 66 ◦ green 122 ◦ blue 191

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

Shades of Steel Blue #427ABF

Tints of Steel Blue #427ABF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.19%

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

R = 17.41%
G = 32.19%
B = 50.4%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#427ABF (or 0x427ABF) is known color: Steel Blue. HEX triplet: 42, 7A and BF. RGB value is (66,122,191). Sum of RGB (Red+Green+Blue) = 66+122+191=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #427ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427ABF is #BD8540. Grayscale: #707070. Windows color (decimal): -12420417 or 12548674. OLE color: 12548674.

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

Color convert

RGB 66 122 191 -
CMYK 0.65 0.36 0 0.25
HSL 213.12º 0.49% 0.5% -
HSV(B) 213.12º 0.65% 0.75% -
XYZ 18.61 18.84 51.95 -
YUV 113.12 171.95 94.39 -
System Red Green Blue C M Y K H S L
Decimal 66 122 191 0.65 0.36 0 0.25 213.12 0.49 0.5
Hex 42 7A BF 41 24 0 19 D5 31 32
Octal 102 172 277 101 44 0 31 325 61 62
Binary 1000010 1111010 10111111 1000001 100100 0 11001 11010101 110001 110010

Color Harmonies of #427ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427ABF

Black with #427ABF

Text Example


Text Example

White with #427ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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