Html Css Color HEX #557BF8 Cornflower Blue

📋 copy color: '#557BF8'

red 85 ◦ green 123 ◦ blue 248

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

Shades of Cornflower Blue #557BF8

Tints of Cornflower Blue #557BF8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.97%

 BLUE value IS 248 (97.27% from 255) = 54.39%

R = 18.64%
G = 26.97%
B = 54.39%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#557BF8 (or 0x557BF8) is known color: Cornflower Blue. HEX triplet: 55, 7B and F8. RGB value is (85,123,248). Sum of RGB (Red+Green+Blue) = 85+123+248=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 248 (97.27% from 255 or 54.39% from 456); Max value from RGB is 248 - color contains mainly: blue. Hex color #557BF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557BF8 is #AA8407. Grayscale: #7D7D7D. Windows color (decimal): -11174920 or 16284501. OLE color: 16284501.

HSL color Cylindrical-coordinate representation of color #557BF8: hue angle of 226.01º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #557BF8 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 85 123 248 -
CMYK 0.66 0.50 0 0.03
HSL 226.01º 0.92% 0.65% -
HSV(B) 226.01º 0.66% 0.97% -
XYZ 27.77 22.87 91.76 -
YUV 125.89 196.91 98.84 -
System Red Green Blue C M Y K H S L
Decimal 85 123 248 0.66 0.50 0 0.03 226.01 0.92 0.65
Hex 55 7B F8 42 32 0 3 E2 5C 41
Octal 125 173 370 102 62 0 3 342 134 101
Binary 1010101 1111011 11111000 1000010 110010 0 11 11100010 1011100 1000001

Color Harmonies of #557BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BF8

Black with #557BF8

Text Example


Text Example

White with #557BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,123,248); }

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

background-color css

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

 a { background-color: rgb(85,123,248); }

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

border-color css

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

 span { border-color: rgb(85,123,248); }

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