Html Css Color HEX #427BBB Steel Blue

📋 copy color: '#427BBB'

red 66 ◦ green 123 ◦ blue 187

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

Shades of Steel Blue #427BBB

Tints of Steel Blue #427BBB

RGB

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

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

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

R = 17.55%
G = 32.71%
B = 49.73%

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

#427BBB (or 0x427BBB) is known color: Steel Blue. HEX triplet: 42, 7B and BB. RGB value is (66,123,187). Sum of RGB (Red+Green+Blue) = 66+123+187=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #427BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427BBB is #BD8444. Grayscale: #707070. Windows color (decimal): -12420165 or 12286786. OLE color: 12286786.

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

Color convert

RGB 66 123 187 -
CMYK 0.65 0.34 0 0.27
HSL 211.74º 0.48% 0.5% -
HSV(B) 211.74º 0.65% 0.73% -
XYZ 18.3 18.91 49.7 -
YUV 113.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 66 123 187 0.65 0.34 0 0.27 211.74 0.48 0.5
Hex 42 7B BB 41 22 0 1B D4 30 32
Octal 102 173 273 101 42 0 33 324 60 62
Binary 1000010 1111011 10111011 1000001 100010 0 11011 11010100 110000 110010

Color Harmonies of #427BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427BBB

Black with #427BBB

Text Example


Text Example

White with #427BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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