Html Css Color HEX #427CBF Steel Blue

📋 copy color: '#427CBF'

red 66 ◦ green 124 ◦ blue 191

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

Shades of Steel Blue #427CBF

Tints of Steel Blue #427CBF

RGB

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

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

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

R = 17.32%
G = 32.55%
B = 50.13%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#427CBF (or 0x427CBF) is known color: Steel Blue. HEX triplet: 42, 7C and BF. RGB value is (66,124,191). Sum of RGB (Red+Green+Blue) = 66+124+191=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #427CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427CBF is #BD8340. Grayscale: #717171. Windows color (decimal): -12419905 or 12549186. OLE color: 12549186.

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

Color convert

RGB 66 124 191 -
CMYK 0.65 0.35 0 0.25
HSL 212.16º 0.49% 0.5% -
HSV(B) 212.16º 0.65% 0.75% -
XYZ 18.86 19.34 52.03 -
YUV 114.3 171.28 93.55 -
System Red Green Blue C M Y K H S L
Decimal 66 124 191 0.65 0.35 0 0.25 212.16 0.49 0.5
Hex 42 7C BF 41 23 0 19 D4 31 32
Octal 102 174 277 101 43 0 31 324 61 62
Binary 1000010 1111100 10111111 1000001 100011 0 11001 11010100 110001 110010

Color Harmonies of #427CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427CBF

Black with #427CBF

Text Example


Text Example

White with #427CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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