Html Css Color HEX #557EF9 Cornflower Blue

📋 copy color: '#557EF9'

red 85 ◦ green 126 ◦ blue 249

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

Shades of Cornflower Blue #557EF9

Tints of Cornflower Blue #557EF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 54.13%

R = 18.48%
G = 27.39%
B = 54.13%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#557EF9 (or 0x557EF9) is known color: Cornflower Blue. HEX triplet: 55, 7E and F9. RGB value is (85,126,249). Sum of RGB (Red+Green+Blue) = 85+126+249=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 249 (97.66% from 255 or 54.13% from 460); Max value from RGB is 249 - color contains mainly: blue. Hex color #557EF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557EF9 is #AA8106. Grayscale: #7F7F7F. Windows color (decimal): -11174151 or 16350805. OLE color: 16350805.

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

Color convert

RGB 85 126 249 -
CMYK 0.66 0.49 0 0.02
HSL 225º 0.93% 0.65% -
HSV(B) 225º 0.66% 0.98% -
XYZ 28.31 23.69 92.7 -
YUV 127.76 196.42 97.5 -
System Red Green Blue C M Y K H S L
Decimal 85 126 249 0.66 0.49 0 0.02 225 0.93 0.65
Hex 55 7E F9 42 31 0 2 E1 5D 41
Octal 125 176 371 102 61 0 2 341 135 101
Binary 1010101 1111110 11111001 1000010 110001 0 10 11100001 1011101 1000001

Color Harmonies of #557EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557EF9

Black with #557EF9

Text Example


Text Example

White with #557EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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