Html Css Color HEX #557DF9 Cornflower Blue

📋 copy color: '#557DF9'

red 85 ◦ green 125 ◦ blue 249

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

Shades of Cornflower Blue #557DF9

Tints of Cornflower Blue #557DF9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.23%

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

R = 18.52%
G = 27.23%
B = 54.25%

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

#557DF9 (or 0x557DF9) is known color: Cornflower Blue. HEX triplet: 55, 7D and F9. RGB value is (85,125,249). Sum of RGB (Red+Green+Blue) = 85+125+249=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 249 (97.66% from 255 or 54.25% from 459); Max value from RGB is 249 - color contains mainly: blue. Hex color #557DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557DF9 is #AA8206. Grayscale: #7E7E7E. Windows color (decimal): -11174407 or 16350549. OLE color: 16350549.

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

Color convert

RGB 85 125 249 -
CMYK 0.66 0.50 0 0.02
HSL 225.37º 0.93% 0.65% -
HSV(B) 225.37º 0.66% 0.98% -
XYZ 28.18 23.44 92.66 -
YUV 127.18 196.75 97.92 -
System Red Green Blue C M Y K H S L
Decimal 85 125 249 0.66 0.50 0 0.02 225.37 0.93 0.65
Hex 55 7D F9 42 32 0 2 E1 5D 41
Octal 125 175 371 102 62 0 2 341 135 101
Binary 1010101 1111101 11111001 1000010 110010 0 10 11100001 1011101 1000001

Color Harmonies of #557DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557DF9

Black with #557DF9

Text Example


Text Example

White with #557DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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