Html Css Color HEX #557CEF Cornflower Blue

📋 copy color: '#557CEF'

red 85 ◦ green 124 ◦ blue 239

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

Shades of Cornflower Blue #557CEF

Tints of Cornflower Blue #557CEF

RGB

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

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

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

R = 18.97%
G = 27.68%
B = 53.35%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#557CEF (or 0x557CEF) is known color: Cornflower Blue. HEX triplet: 55, 7C and EF. RGB value is (85,124,239). Sum of RGB (Red+Green+Blue) = 85+124+239=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #557CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557CEF is #AA8310. Grayscale: #7C7C7C. Windows color (decimal): -11174673 or 15694933. OLE color: 15694933.

HSL color Cylindrical-coordinate representation of color #557CEF: hue angle of 224.81º 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 #557CEF is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 124 239 -
CMYK 0.64 0.48 0 0.06
HSL 224.81º 0.83% 0.64% -
HSV(B) 224.81º 0.64% 0.94% -
XYZ 26.53 22.58 84.62 -
YUV 125.45 192.08 99.15 -
System Red Green Blue C M Y K H S L
Decimal 85 124 239 0.64 0.48 0 0.06 224.81 0.83 0.64
Hex 55 7C EF 40 30 0 6 E1 53 40
Octal 125 174 357 100 60 0 6 341 123 100
Binary 1010101 1111100 11101111 1000000 110000 0 110 11100001 1010011 1000000

Color Harmonies of #557CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557CEF

Black with #557CEF

Text Example


Text Example

White with #557CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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