Html Css Color HEX #557FF8 Cornflower Blue

📋 copy color: '#557FF8'

red 85 ◦ green 127 ◦ blue 248

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

Shades of Cornflower Blue #557FF8

Tints of Cornflower Blue #557FF8

RGB

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

 GREEN value IS 127 (50% from 255) = 27.61%

 BLUE value IS 248 (97.27% from 255) = 53.91%

R = 18.48%
G = 27.61%
B = 53.91%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#557FF8 (or 0x557FF8) is known color: Cornflower Blue. HEX triplet: 55, 7F and F8. RGB value is (85,127,248). Sum of RGB (Red+Green+Blue) = 85+127+248=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 248 (97.27% from 255 or 53.91% from 460); Max value from RGB is 248 - color contains mainly: blue. Hex color #557FF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557FF8 is #AA8007. Grayscale: #7F7F7F. Windows color (decimal): -11173896 or 16285525. OLE color: 16285525.

HSL color Cylindrical-coordinate representation of color #557FF8: hue angle of 224.54º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #557FF8 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 85 127 248 -
CMYK 0.66 0.49 0 0.03
HSL 224.54º 0.92% 0.65% -
HSV(B) 224.54º 0.66% 0.97% -
XYZ 28.28 23.89 91.93 -
YUV 128.24 195.59 97.16 -
System Red Green Blue C M Y K H S L
Decimal 85 127 248 0.66 0.49 0 0.03 224.54 0.92 0.65
Hex 55 7F F8 42 31 0 3 E1 5C 41
Octal 125 177 370 102 61 0 3 341 134 101
Binary 1010101 1111111 11111000 1000010 110001 0 11 11100001 1011100 1000001

Color Harmonies of #557FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FF8

Black with #557FF8

Text Example


Text Example

White with #557FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,127,248); }

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

background-color css

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

 a { background-color: rgb(85,127,248); }

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

border-color css

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

 span { border-color: rgb(85,127,248); }

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