Html Css Color HEX #557DEE Cornflower Blue

📋 copy color: '#557DEE'

red 85 ◦ green 125 ◦ blue 238

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

Shades of Cornflower Blue #557DEE

Tints of Cornflower Blue #557DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.13%

R = 18.97%
G = 27.9%
B = 53.13%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#557DEE (or 0x557DEE) is known color: Cornflower Blue. HEX triplet: 55, 7D and EE. RGB value is (85,125,238). Sum of RGB (Red+Green+Blue) = 85+125+238=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #557DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557DEE is #AA8211. Grayscale: #7D7D7D. Windows color (decimal): -11174418 or 15629653. OLE color: 15629653.

HSL color Cylindrical-coordinate representation of color #557DEE: hue angle of 224.31º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #557DEE is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 125 238 -
CMYK 0.64 0.47 0 0.07
HSL 224.31º 0.82% 0.63% -
HSV(B) 224.31º 0.64% 0.93% -
XYZ 26.51 22.77 83.89 -
YUV 125.92 191.25 98.81 -
System Red Green Blue C M Y K H S L
Decimal 85 125 238 0.64 0.47 0 0.07 224.31 0.82 0.63
Hex 55 7D EE 40 2F 0 7 E0 52 3F
Octal 125 175 356 100 57 0 7 340 122 77
Binary 1010101 1111101 11101110 1000000 101111 0 111 11100000 1010010 111111

Color Harmonies of #557DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557DEE

Black with #557DEE

Text Example


Text Example

White with #557DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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