Html Css Color HEX #557EEF Cornflower Blue

📋 copy color: '#557EEF'

red 85 ◦ green 126 ◦ blue 239

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

Shades of Cornflower Blue #557EEF

Tints of Cornflower Blue #557EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.11%

R = 18.89%
G = 28%
B = 53.11%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#557EEF (or 0x557EEF) is known color: Cornflower Blue. HEX triplet: 55, 7E and EF. RGB value is (85,126,239). Sum of RGB (Red+Green+Blue) = 85+126+239=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #557EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557EEF is #AA8110. Grayscale: #7E7E7E. Windows color (decimal): -11174161 or 15695445. OLE color: 15695445.

HSL color Cylindrical-coordinate representation of color #557EEF: hue angle of 224.03º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #557EEF is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 126 239 -
CMYK 0.64 0.47 0 0.06
HSL 224.03º 0.83% 0.64% -
HSV(B) 224.03º 0.64% 0.94% -
XYZ 26.79 23.09 84.71 -
YUV 126.62 191.42 98.31 -
System Red Green Blue C M Y K H S L
Decimal 85 126 239 0.64 0.47 0 0.06 224.03 0.83 0.64
Hex 55 7E EF 40 2F 0 6 E0 53 40
Octal 125 176 357 100 57 0 6 340 123 100
Binary 1010101 1111110 11101111 1000000 101111 0 110 11100000 1010011 1000000

Color Harmonies of #557EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557EEF

Black with #557EEF

Text Example


Text Example

White with #557EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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