Html Css Color HEX #557EFA Cornflower Blue

📋 copy color: '#557EFA'

red 85 ◦ green 126 ◦ blue 250

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

Shades of Cornflower Blue #557EFA

Tints of Cornflower Blue #557EFA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.33%

 BLUE value IS 250 (98.05% from 255) = 54.23%

R = 18.44%
G = 27.33%
B = 54.23%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#557EFA (or 0x557EFA) is known color: Cornflower Blue. HEX triplet: 55, 7E and FA. RGB value is (85,126,250). Sum of RGB (Red+Green+Blue) = 85+126+250=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #557EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557EFA is #AA8105. Grayscale: #7F7F7F. Windows color (decimal): -11174150 or 16416341. OLE color: 16416341.

HSL color Cylindrical-coordinate representation of color #557EFA: hue angle of 225.09º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #557EFA is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 126 250 -
CMYK 0.66 0.50 0 0.02
HSL 225.09º 0.94% 0.66% -
HSV(B) 225.09º 0.66% 0.98% -
XYZ 28.46 23.76 93.53 -
YUV 127.88 196.92 97.42 -
System Red Green Blue C M Y K H S L
Decimal 85 126 250 0.66 0.50 0 0.02 225.09 0.94 0.66
Hex 55 7E FA 42 32 0 2 E1 5E 42
Octal 125 176 372 102 62 0 2 341 136 102
Binary 1010101 1111110 11111010 1000010 110010 0 10 11100001 1011110 1000010

Color Harmonies of #557EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557EFA

Black with #557EFA

Text Example


Text Example

White with #557EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,126,250); }

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

background-color css

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

 a { background-color: rgb(85,126,250); }

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

border-color css

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

 span { border-color: rgb(85,126,250); }

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