Html Css Color HEX #557DFF Cornflower Blue

📋 copy color: '#557DFF'

red 85 ◦ green 125 ◦ blue 255

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

Shades of Cornflower Blue #557DFF

Tints of Cornflower Blue #557DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.84%

R = 18.28%
G = 26.88%
B = 54.84%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#557DFF (or 0x557DFF) is known color: Cornflower Blue. HEX triplet: 55, 7D and FF. RGB value is (85,125,255). Sum of RGB (Red+Green+Blue) = 85+125+255=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #557DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557DFF is #AA8200. Grayscale: #7F7F7F. Windows color (decimal): -11174401 or 16743765. OLE color: 16743765.

HSL color Cylindrical-coordinate representation of color #557DFF: hue angle of 225.88º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #557DFF is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 125 255 -
CMYK 0.67 0.51 0 0
HSL 225.88º 1% 0.67% -
HSV(B) 225.88º 0.67% 1% -
XYZ 29.13 23.82 97.67 -
YUV 127.86 199.75 97.43 -
System Red Green Blue C M Y K H S L
Decimal 85 125 255 0.67 0.51 0 0 225.88 1 0.67
Hex 55 7D FF 43 33 0 0 E2 64 43
Octal 125 175 377 103 63 0 0 342 144 103
Binary 1010101 1111101 11111111 1000011 110011 0 0 11100010 1100100 1000011

Color Harmonies of #557DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557DFF

Black with #557DFF

Text Example


Text Example

White with #557DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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