Html Css Color HEX #557DED Cornflower Blue

📋 copy color: '#557DED'

red 85 ◦ green 125 ◦ blue 237

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

Shades of Cornflower Blue #557DED

Tints of Cornflower Blue #557DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.02%

R = 19.02%
G = 27.96%
B = 53.02%

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

#557DED (or 0x557DED) is known color: Cornflower Blue. HEX triplet: 55, 7D and ED. RGB value is (85,125,237). Sum of RGB (Red+Green+Blue) = 85+125+237=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #557DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557DED is #AA8212. Grayscale: #7D7D7D. Windows color (decimal): -11174419 or 15564117. OLE color: 15564117.

HSL color Cylindrical-coordinate representation of color #557DED: hue angle of 224.21º degrees, saturation: 0.81, 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 #557DED is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 125 237 -
CMYK 0.64 0.47 0 0.07
HSL 224.21º 0.81% 0.63% -
HSV(B) 224.21º 0.64% 0.93% -
XYZ 26.37 22.71 83.12 -
YUV 125.81 190.75 98.89 -
System Red Green Blue C M Y K H S L
Decimal 85 125 237 0.64 0.47 0 0.07 224.21 0.81 0.63
Hex 55 7D ED 40 2F 0 7 E0 51 3F
Octal 125 175 355 100 57 0 7 340 121 77
Binary 1010101 1111101 11101101 1000000 101111 0 111 11100000 1010001 111111

Color Harmonies of #557DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557DED

Black with #557DED

Text Example


Text Example

White with #557DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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