Html Css Color HEX #557EFE Cornflower Blue

📋 copy color: '#557EFE'

red 85 ◦ green 126 ◦ blue 254

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

Shades of Cornflower Blue #557EFE

Tints of Cornflower Blue #557EFE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.1%

 BLUE value IS 254 (99.61% from 255) = 54.62%

R = 18.28%
G = 27.1%
B = 54.62%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#557EFE (or 0x557EFE) is known color: Cornflower Blue. HEX triplet: 55, 7E and FE. RGB value is (85,126,254). Sum of RGB (Red+Green+Blue) = 85+126+254=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #557EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557EFE is #AA8101. Grayscale: #7F7F7F. Windows color (decimal): -11174146 or 16678485. OLE color: 16678485.

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

Color convert

RGB 85 126 254 -
CMYK 0.67 0.50 0 0.00
HSL 225.44º 0.99% 0.66% -
HSV(B) 225.44º 0.67% 1% -
XYZ 29.1 24.01 96.87 -
YUV 128.33 198.92 97.09 -
System Red Green Blue C M Y K H S L
Decimal 85 126 254 0.67 0.50 0 0.00 225.44 0.99 0.66
Hex 55 7E FE 43 32 0 0 E1 63 42
Octal 125 176 376 103 62 0 0 341 143 102
Binary 1010101 1111110 11111110 1000011 110010 0 0 11100001 1100011 1000010

Color Harmonies of #557EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557EFE

Black with #557EFE

Text Example


Text Example

White with #557EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,126,254); }

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

background-color css

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

 a { background-color: rgb(85,126,254); }

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

border-color css

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

 span { border-color: rgb(85,126,254); }

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