Html Css Color HEX #427DC4 Steel Blue

📋 copy color: '#427DC4'

red 66 ◦ green 125 ◦ blue 196

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

Shades of Steel Blue #427DC4

Tints of Steel Blue #427DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 50.65%

R = 17.05%
G = 32.3%
B = 50.65%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#427DC4 (or 0x427DC4) is known color: Steel Blue. HEX triplet: 42, 7D and C4. RGB value is (66,125,196). Sum of RGB (Red+Green+Blue) = 66+125+196=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 196 (76.95% from 255 or 50.65% from 387); Max value from RGB is 196 - color contains mainly: blue. Hex color #427DC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DC4 is #BD823B. Grayscale: #737373. Windows color (decimal): -12419644 or 12877122. OLE color: 12877122.

HSL color Cylindrical-coordinate representation of color #427DC4: hue angle of 212.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #427DC4 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 66 125 196 -
CMYK 0.66 0.36 0 0.23
HSL 212.77º 0.52% 0.51% -
HSV(B) 212.77º 0.66% 0.77% -
XYZ 19.54 19.81 55.02 -
YUV 115.45 173.45 92.73 -
System Red Green Blue C M Y K H S L
Decimal 66 125 196 0.66 0.36 0 0.23 212.77 0.52 0.51
Hex 42 7D C4 42 24 0 17 D5 34 33
Octal 102 175 304 102 44 0 27 325 64 63
Binary 1000010 1111101 11000100 1000010 100100 0 10111 11010101 110100 110011

Color Harmonies of #427DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DC4

Black with #427DC4

Text Example


Text Example

White with #427DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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