Html Css Color HEX #557AF9 Cornflower Blue

📋 copy color: '#557AF9'

red 85 ◦ green 122 ◦ blue 249

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

Shades of Cornflower Blue #557AF9

Tints of Cornflower Blue #557AF9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.75%

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

R = 18.64%
G = 26.75%
B = 54.61%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#557AF9 (or 0x557AF9) is known color: Cornflower Blue. HEX triplet: 55, 7A and F9. RGB value is (85,122,249). Sum of RGB (Red+Green+Blue) = 85+122+249=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 249 (97.66% from 255 or 54.61% from 456); Max value from RGB is 249 - color contains mainly: blue. Hex color #557AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557AF9 is #AA8506. Grayscale: #7C7C7C. Windows color (decimal): -11175175 or 16349781. OLE color: 16349781.

HSL color Cylindrical-coordinate representation of color #557AF9: hue angle of 226.46º 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 #557AF9 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 122 249 -
CMYK 0.66 0.51 0 0.02
HSL 226.46º 0.93% 0.65% -
HSV(B) 226.46º 0.66% 0.98% -
XYZ 27.8 22.69 92.54 -
YUV 125.42 197.74 99.17 -
System Red Green Blue C M Y K H S L
Decimal 85 122 249 0.66 0.51 0 0.02 226.46 0.93 0.65
Hex 55 7A F9 42 33 0 2 E2 5D 41
Octal 125 172 371 102 63 0 2 342 135 101
Binary 1010101 1111010 11111001 1000010 110011 0 10 11100010 1011101 1000001

Color Harmonies of #557AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557AF9

Black with #557AF9

Text Example


Text Example

White with #557AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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