Html Css Color HEX #557CF7 Cornflower Blue

📋 copy color: '#557CF7'

red 85 ◦ green 124 ◦ blue 247

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

Shades of Cornflower Blue #557CF7

Tints of Cornflower Blue #557CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 54.17%

R = 18.64%
G = 27.19%
B = 54.17%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#557CF7 (or 0x557CF7) is known color: Cornflower Blue. HEX triplet: 55, 7C and F7. RGB value is (85,124,247). Sum of RGB (Red+Green+Blue) = 85+124+247=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 247 (96.88% from 255 or 54.17% from 456); Max value from RGB is 247 - color contains mainly: blue. Hex color #557CF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557CF7 is #AA8308. Grayscale: #7D7D7D. Windows color (decimal): -11174665 or 16219221. OLE color: 16219221.

HSL color Cylindrical-coordinate representation of color #557CF7: hue angle of 225.56º degrees, saturation: 0.91, 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 #557CF7 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 85 124 247 -
CMYK 0.66 0.50 0 0.03
HSL 225.56º 0.91% 0.65% -
HSV(B) 225.56º 0.66% 0.97% -
XYZ 27.74 23.06 90.98 -
YUV 126.36 196.08 98.5 -
System Red Green Blue C M Y K H S L
Decimal 85 124 247 0.66 0.50 0 0.03 225.56 0.91 0.65
Hex 55 7C F7 42 32 0 3 E2 5B 41
Octal 125 174 367 102 62 0 3 342 133 101
Binary 1010101 1111100 11110111 1000010 110010 0 11 11100010 1011011 1000001

Color Harmonies of #557CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557CF7

Black with #557CF7

Text Example


Text Example

White with #557CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,124,247); }

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

background-color css

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

 a { background-color: rgb(85,124,247); }

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

border-color css

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

 span { border-color: rgb(85,124,247); }

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