Html Css Color HEX #427DBA Steel Blue

📋 copy color: '#427DBA'

red 66 ◦ green 125 ◦ blue 186

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

Shades of Steel Blue #427DBA

Tints of Steel Blue #427DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.16%

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 17.51%
G = 33.16%
B = 49.34%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#427DBA (or 0x427DBA) is known color: Steel Blue. HEX triplet: 42, 7D and BA. RGB value is (66,125,186). Sum of RGB (Red+Green+Blue) = 66+125+186=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #427DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DBA is #BD8245. Grayscale: #727272. Windows color (decimal): -12419654 or 12221762. OLE color: 12221762.

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

Color convert

RGB 66 125 186 -
CMYK 0.65 0.33 0 0.27
HSL 210.5º 0.48% 0.49% -
HSV(B) 210.5º 0.65% 0.73% -
XYZ 18.44 19.37 49.22 -
YUV 114.31 168.45 93.54 -
System Red Green Blue C M Y K H S L
Decimal 66 125 186 0.65 0.33 0 0.27 210.5 0.48 0.49
Hex 42 7D BA 41 21 0 1B D2 30 31
Octal 102 175 272 101 41 0 33 322 60 61
Binary 1000010 1111101 10111010 1000001 100001 0 11011 11010010 110000 110001

Color Harmonies of #427DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DBA

Black with #427DBA

Text Example


Text Example

White with #427DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,125,186); }

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

background-color css

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

 a { background-color: rgb(66,125,186); }

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

border-color css

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

 span { border-color: rgb(66,125,186); }

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