Html Css Color HEX #557DF6 Cornflower Blue

📋 copy color: '#557DF6'

red 85 ◦ green 125 ◦ blue 246

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

Shades of Cornflower Blue #557DF6

Tints of Cornflower Blue #557DF6

RGB

 RED value IS 85 (33.59% from 255) = 18.64%

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

 BLUE value IS 246 (96.48% from 255) = 53.95%

R = 18.64%
G = 27.41%
B = 53.95%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#557DF6 (or 0x557DF6) is known color: Cornflower Blue. HEX triplet: 55, 7D and F6. RGB value is (85,125,246). Sum of RGB (Red+Green+Blue) = 85+125+246=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 246 (96.48% from 255 or 53.95% from 456); Max value from RGB is 246 - color contains mainly: blue. Hex color #557DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557DF6 is #AA8209. Grayscale: #7E7E7E. Windows color (decimal): -11174410 or 16153941. OLE color: 16153941.

HSL color Cylindrical-coordinate representation of color #557DF6: hue angle of 225.09º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #557DF6 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 125 246 -
CMYK 0.65 0.49 0 0.04
HSL 225.09º 0.9% 0.65% -
HSV(B) 225.09º 0.65% 0.96% -
XYZ 27.71 23.25 90.22 -
YUV 126.83 195.25 98.16 -
System Red Green Blue C M Y K H S L
Decimal 85 125 246 0.65 0.49 0 0.04 225.09 0.9 0.65
Hex 55 7D F6 41 31 0 4 E1 5A 41
Octal 125 175 366 101 61 0 4 341 132 101
Binary 1010101 1111101 11110110 1000001 110001 0 100 11100001 1011010 1000001

Color Harmonies of #557DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557DF6

Black with #557DF6

Text Example


Text Example

White with #557DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557DF6; }

 p { color: rgb(85,125,246); }

 H1.HeaderClassName
 {
   color: #557DF6;
 }
 .AnyTagClassName
 {
   color: #557DF6;
 }
</style>

background-color css

<style>
 a { background-color: #557DF6; }

 a { background-color: rgb(85,125,246); }

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

border-color css

<style>
 span { border-color: #557DF6; }

 span { border-color: rgb(85,125,246); }

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