Html Css Color HEX #557CF9 Cornflower Blue

📋 copy color: '#557CF9'

red 85 ◦ green 124 ◦ blue 249

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

Shades of Cornflower Blue #557CF9

Tints of Cornflower Blue #557CF9

RGB

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

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

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

R = 18.56%
G = 27.07%
B = 54.37%

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

#557CF9 (or 0x557CF9) is known color: Cornflower Blue. HEX triplet: 55, 7C and F9. RGB value is (85,124,249). Sum of RGB (Red+Green+Blue) = 85+124+249=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 249 (97.66% from 255 or 54.37% from 458); Max value from RGB is 249 - color contains mainly: blue. Hex color #557CF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557CF9 is #AA8306. Grayscale: #7E7E7E. Windows color (decimal): -11174663 or 16350293. OLE color: 16350293.

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

Color convert

RGB 85 124 249 -
CMYK 0.66 0.50 0 0.02
HSL 225.73º 0.93% 0.65% -
HSV(B) 225.73º 0.66% 0.98% -
XYZ 28.05 23.19 92.62 -
YUV 126.59 197.08 98.34 -
System Red Green Blue C M Y K H S L
Decimal 85 124 249 0.66 0.50 0 0.02 225.73 0.93 0.65
Hex 55 7C F9 42 32 0 2 E2 5D 41
Octal 125 174 371 102 62 0 2 342 135 101
Binary 1010101 1111100 11111001 1000010 110010 0 10 11100010 1011101 1000001

Color Harmonies of #557CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557CF9

Black with #557CF9

Text Example


Text Example

White with #557CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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