Html Css Color HEX #427ABE Steel Blue

📋 copy color: '#427ABE'

red 66 ◦ green 122 ◦ blue 190

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

Shades of Steel Blue #427ABE

Tints of Steel Blue #427ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 17.46%
G = 32.28%
B = 50.26%

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

#427ABE (or 0x427ABE) is known color: Steel Blue. HEX triplet: 42, 7A and BE. RGB value is (66,122,190). Sum of RGB (Red+Green+Blue) = 66+122+190=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #427ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427ABE is #BD8541. Grayscale: #707070. Windows color (decimal): -12420418 or 12483138. OLE color: 12483138.

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

Color convert

RGB 66 122 190 -
CMYK 0.65 0.36 0 0.25
HSL 212.9º 0.49% 0.5% -
HSV(B) 212.9º 0.65% 0.75% -
XYZ 18.5 18.8 51.37 -
YUV 113.01 171.45 94.47 -
System Red Green Blue C M Y K H S L
Decimal 66 122 190 0.65 0.36 0 0.25 212.9 0.49 0.5
Hex 42 7A BE 41 24 0 19 D5 31 32
Octal 102 172 276 101 44 0 31 325 61 62
Binary 1000010 1111010 10111110 1000001 100100 0 11001 11010101 110001 110010

Color Harmonies of #427ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427ABE

Black with #427ABE

Text Example


Text Example

White with #427ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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