Html Css Color HEX #427CBB Steel Blue

📋 copy color: '#427CBB'

red 66 ◦ green 124 ◦ blue 187

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

Shades of Steel Blue #427CBB

Tints of Steel Blue #427CBB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.89%

 BLUE value IS 187 (73.44% from 255) = 49.6%

R = 17.51%
G = 32.89%
B = 49.6%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#427CBB (or 0x427CBB) is known color: Steel Blue. HEX triplet: 42, 7C and BB. RGB value is (66,124,187). Sum of RGB (Red+Green+Blue) = 66+124+187=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #427CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427CBB is #BD8344. Grayscale: #717171. Windows color (decimal): -12419909 or 12287042. OLE color: 12287042.

HSL color Cylindrical-coordinate representation of color #427CBB: hue angle of 211.24º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #427CBB is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 124 187 -
CMYK 0.65 0.34 0 0.27
HSL 211.24º 0.48% 0.5% -
HSV(B) 211.24º 0.65% 0.73% -
XYZ 18.42 19.16 49.74 -
YUV 113.84 169.28 93.88 -
System Red Green Blue C M Y K H S L
Decimal 66 124 187 0.65 0.34 0 0.27 211.24 0.48 0.5
Hex 42 7C BB 41 22 0 1B D3 30 32
Octal 102 174 273 101 42 0 33 323 60 62
Binary 1000010 1111100 10111011 1000001 100010 0 11011 11010011 110000 110010

Color Harmonies of #427CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427CBB

Black with #427CBB

Text Example


Text Example

White with #427CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,124,187); }

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

background-color css

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

 a { background-color: rgb(66,124,187); }

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

border-color css

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

 span { border-color: rgb(66,124,187); }

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